python311Packages.zope-configuration: fix eval without aliases

Consuming the `zope_testing` alias broke eval.
This commit is contained in:
Martin Weinelt 2023-12-02 19:29:08 +01:00
parent c36d884e6a
commit 5776e40f8b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -7,7 +7,7 @@
, zope_interface , zope_interface
, zope_schema , zope_schema
, pytestCheckHook , pytestCheckHook
, zope_testing , zope-testing
, zope_testrunner , zope_testrunner
, manuel , manuel
}: }:
@ -32,7 +32,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ nativeCheckInputs = [
manuel manuel
pytestCheckHook pytestCheckHook
zope_testing zope-testing
zope_testrunner zope_testrunner
]; ];