python313Packages.colormath2: use pytest7 to fix test execution

This commit is contained in:
Sandro Jäckel
2025-09-04 00:05:43 +02:00
parent 043f2b310d
commit bfb2d2f3d9
@@ -5,7 +5,7 @@
setuptools,
networkx,
numpy,
pytestCheckHook,
pytest7CheckHook,
}:
buildPythonPackage rec {
@@ -27,7 +27,7 @@ buildPythonPackage rec {
numpy
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytest7CheckHook ];
pythonImportsCheck = [ "colormath2" ];