python311Packages.dask: ignore pytest8 deprecation warnings

This commit is contained in:
Martin Weinelt
2024-03-12 18:25:10 +01:00
parent 1f3ee79aef
commit 0d29b81fc0
@@ -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 [