about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-24 23:49:31 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-27 18:35:16 +0100
commitdb5d5bb7535e48448793e5707068313cdeb035d9 (patch)
treed50d407420b548ccbe869a8a52b9505241a6fb58 /pkgs
parent3bf5b41d2288acea755a8c758da4611e57d065a1 (diff)
python311Packages.json-tricks: test with pytest 7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/json-tricks/default.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/json-tricks/default.nix b/pkgs/development/python-modules/json-tricks/default.nix
index 2d348403c499a..1576cd141d4e4 100644
--- a/pkgs/development/python-modules/json-tricks/default.nix
+++ b/pkgs/development/python-modules/json-tricks/default.nix
@@ -2,7 +2,7 @@
 , fetchFromGitHub
 , buildPythonPackage
 , pythonOlder
-, pytestCheckHook
+, pytest7CheckHook
 , numpy
 , pandas
 , pytz
@@ -26,11 +26,7 @@ buildPythonPackage rec {
     numpy
     pandas
     pytz
-    pytestCheckHook
-  ];
-
-  pytestFlagsArray = [
-    "-W" "ignore::pytest.PytestRemovedIn8Warning"
+    pytest7CheckHook
   ];
 
   pythonImportsCheck = [