Commit 2c7af62e authored by Hanno Schlichting's avatar Hanno Schlichting

Revert c98428, as it broke the nightly tests.

parent e6029354
...@@ -9,10 +9,12 @@ parts = ...@@ -9,10 +9,12 @@ parts =
extends = versions-zope2.cfg extends = versions-zope2.cfg
versions = versions versions = versions
unzip = true unzip = true
eggs =
Zope2
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = Zope2 eggs = ${buildout:eggs}
[scripts] [scripts]
recipe = zc.recipe.egg:scripts recipe = zc.recipe.egg:scripts
...@@ -20,6 +22,6 @@ eggs = Zope2 ...@@ -20,6 +22,6 @@ eggs = Zope2
[zopepy] [zopepy]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = Zope2 eggs = ${buildout:eggs}
interpreter = zopepy interpreter = zopepy
scripts = zopepy scripts = zopepy
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment