python3Packages.colormath: pin to pytest 8.3

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:25 +02:00
parent c11ef45024
commit 97f4542664
@@ -4,7 +4,7 @@
fetchFromGitHub,
networkx,
numpy,
pytestCheckHook,
pytest8_3CheckHook,
pythonOlder,
setuptools,
}:
@@ -33,7 +33,7 @@ buildPythonPackage rec {
numpy
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytest8_3CheckHook ];
pythonImportsCheck = [ "colormath" ];