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

View File

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