Unverified Commit 5776e40f authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.zope-configuration: fix eval without aliases

Consuming the `zope_testing` alias broke eval.
parent c36d884e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  ];