python311Packages.dask: ignore pytest8 deprecation warnings
This commit is contained in:
@@ -127,6 +127,8 @@ buildPythonPackage rec {
|
||||
"--reruns 3"
|
||||
# Don't run tests that require network access
|
||||
"-m 'not network'"
|
||||
# pytest.PytestRemovedIn8Warning: Passing None has been deprecated.
|
||||
"-W" "ignore::pytest.PytestRemovedIn8Warning"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
|
||||
Reference in New Issue
Block a user