python311Packages.pynetdicom: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-27 05:09:32 +01:00
parent 7dbce171d7
commit 500ab0f102
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
, fetchpatch
, pydicom
, pyfakefs
, pytestCheckHook
, pytest7CheckHook
, sqlalchemy
, pythonOlder
}:
@ -38,7 +38,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pyfakefs
pytestCheckHook
pytest7CheckHook
sqlalchemy
];