diff --git a/pkgs/development/python-modules/colormath2/default.nix b/pkgs/development/python-modules/colormath2/default.nix index 30f081f8cb62..e4175a62e6b4 100644 --- a/pkgs/development/python-modules/colormath2/default.nix +++ b/pkgs/development/python-modules/colormath2/default.nix @@ -5,7 +5,7 @@ setuptools, networkx, numpy, - pytestCheckHook, + pytest7CheckHook, }: buildPythonPackage rec { @@ -27,7 +27,7 @@ buildPythonPackage rec { numpy ]; - nativeCheckInputs = [ pytestCheckHook ]; + nativeCheckInputs = [ pytest7CheckHook ]; pythonImportsCheck = [ "colormath2" ];