python313Packages.colormath2: use pytest7 to fix test execution
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
setuptools,
|
||||
networkx,
|
||||
numpy,
|
||||
pytestCheckHook,
|
||||
pytest7CheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
numpy
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
nativeCheckInputs = [ pytest7CheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "colormath2" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user