python311Packages.niapy: test with pytest7

Fails with pytest8 https://redirect.github.com/NiaOrg/NiaPy/issues/510
and patch doesn't cleanly apply https://redirect.github.com/NiaOrg/NiaPy/pull/512
This commit is contained in:
Sandro Jäckel
2024-06-24 12:18:34 +02:00
committed by Martin Weinelt
parent 0dab21bf72
commit 9619366cdf
@@ -7,7 +7,7 @@
openpyxl,
pandas,
poetry-core,
pytestCheckHook,
pytest7CheckHook,
pythonOlder,
}:
@@ -34,7 +34,7 @@ buildPythonPackage rec {
pandas
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytest7CheckHook ];
pythonImportsCheck = [ "niapy" ];