python311Packages.rangehttpserver: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-26 04:12:51 +01:00
parent 48ff13dcd7
commit 3d3f4d4db5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, setuptools
, pytestCheckHook
, pytest7CheckHook
, requests
}:
@ -25,7 +25,7 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytestCheckHook
pytest7CheckHook
requests
];