diff --git a/pkgs/development/python-modules/zope-configuration/default.nix b/pkgs/development/python-modules/zope-configuration/default.nix index b1c6e027a36d..e5a30f1e7d68 100644 --- a/pkgs/development/python-modules/zope-configuration/default.nix +++ b/pkgs/development/python-modules/zope-configuration/default.nix @@ -7,7 +7,7 @@ , zope_interface , zope_schema , pytestCheckHook -, zope_testing +, zope-testing , zope_testrunner , manuel }: @@ -32,7 +32,7 @@ buildPythonPackage rec { nativeCheckInputs = [ manuel pytestCheckHook - zope_testing + zope-testing zope_testrunner ];