python311Packages.nocasedict: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-24 22:55:13 +01:00
parent 4607bde202
commit 968876ed83
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, pytest7CheckHook
, six
}:
@ -20,11 +20,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytestCheckHook
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
pytest7CheckHook
];
pythonImportsCheck = [