about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dask
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-10 15:05:27 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:25:10 +0100
commit0d29b81fc01f08ecd3a7038e2e28db14f1d08252 (patch)
treedb647aff2e13f6a7b5abad5357c0d5667557bbc8 /pkgs/development/python-modules/dask
parent1f3ee79aefad36e08017fe952c6f639486baca82 (diff)
python311Packages.dask: ignore pytest8 deprecation warnings
Diffstat (limited to 'pkgs/development/python-modules/dask')
-rw-r--r--pkgs/development/python-modules/dask/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/dask/default.nix b/pkgs/development/python-modules/dask/default.nix
index 5fa73cea10f71..63e92fb4eb9bc 100644
--- a/pkgs/development/python-modules/dask/default.nix
+++ b/pkgs/development/python-modules/dask/default.nix
@@ -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 [