Commit 323e16dc authored by Jim Fulton's avatar Jim Fulton

force persistent and interface eggs in test and interpreter scripts

to make them work on mac.
parent 4c6f43b6
...@@ -27,12 +27,15 @@ python = develop ...@@ -27,12 +27,15 @@ python = develop
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = BTrees [test] eggs = BTrees [test]
${buildout:eggs}
defaults = ['-sBTrees']
[test_w_zodb] [test_w_zodb]
recipe = zc.recipe.testrunner <= test
eggs = BTrees [test,ZODB] eggs = BTrees [test,ZODB]
${buildout:eggs}
[scripts] [scripts]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = BTrees [test,ZODB] eggs = ${test_w_zodb:eggs}
interpreter = py interpreter = py
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