python312Packages.nocaselist: test with pytest_7

This commit is contained in:
Martin Weinelt
2024-03-27 18:35:07 +01:00
parent fdb60267ab
commit b88f337e47
@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, pytest7CheckHook
, pythonOlder
, six
}:
@@ -23,11 +23,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytestCheckHook
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
pytest7CheckHook
];
pythonImportsCheck = [