about summary refs log tree commit diff
path: root/pkgs/development/python-modules/devtools
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-24 18:05:35 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-27 18:35:09 +0100
commit2e2ec07f9decde5ddac366ab064c5d6318c829e1 (patch)
tree2891762a610a704af2ecb94af4cd9d570caa3518 /pkgs/development/python-modules/devtools
parent9d9885e9491e1375f48fdb21880c38a6b2676271 (diff)
python312Packages.devtools: drop pytest8 removal warning ignore
Diffstat (limited to 'pkgs/development/python-modules/devtools')
-rw-r--r--pkgs/development/python-modules/devtools/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/devtools/default.nix b/pkgs/development/python-modules/devtools/default.nix
index 08a5f2e7f50c6..a36da40bece4c 100644
--- a/pkgs/development/python-modules/devtools/default.nix
+++ b/pkgs/development/python-modules/devtools/default.nix
@@ -39,11 +39,6 @@ buildPythonPackage rec {
     pytest-mock
   ];
 
-  pytestFlagsArray = [
-    # pytest.PytestRemovedIn8Warning: Passing None has been deprecated.
-    "-W ignore::pytest.PytestRemovedIn8Warning"
-  ];
-
   disabledTests = [
     # Test for Windows32
     "test_print_subprocess"