diff --git a/pkgs/development/python-modules/jaraco-test/default.nix b/pkgs/development/python-modules/jaraco-test/default.nix index 8b4d3572c249..fb486648941d 100644 --- a/pkgs/development/python-modules/jaraco-test/default.nix +++ b/pkgs/development/python-modules/jaraco-test/default.nix @@ -6,7 +6,7 @@ jaraco-functools, jaraco-context, jaraco-collections, - pytestCheckHook, + pytest8_3CheckHook, }: buildPythonPackage rec { @@ -34,7 +34,7 @@ buildPythonPackage rec { jaraco-collections ]; - nativeCheckInputs = [ pytestCheckHook ]; + nativeCheckInputs = [ pytest8_3CheckHook ]; pythonImportsCheck = [ "jaraco.test" ];