From 500ab0f102001d628ac575c840534aa9017a201e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 27 Mar 2024 05:09:32 +0100 Subject: [PATCH] python311Packages.pynetdicom: test with pytest 7 --- pkgs/development/python-modules/pynetdicom/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pynetdicom/default.nix b/pkgs/development/python-modules/pynetdicom/default.nix index 4a78f020f3b7..65fcd8f98b7a 100644 --- a/pkgs/development/python-modules/pynetdicom/default.nix +++ b/pkgs/development/python-modules/pynetdicom/default.nix @@ -5,7 +5,7 @@ , fetchpatch , pydicom , pyfakefs -, pytestCheckHook +, pytest7CheckHook , sqlalchemy , pythonOlder }: @@ -38,7 +38,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pyfakefs - pytestCheckHook + pytest7CheckHook sqlalchemy ];