Commit 33db6be6 authored by Julien Muchembled's avatar Julien Muchembled

buildout-testing: udpate test suite eggs

parent 756f8b32
...@@ -98,13 +98,16 @@ def main(): ...@@ -98,13 +98,16 @@ def main():
try: try:
os.write(fd, str2bytes("""\ os.write(fd, str2bytes("""\
[buildout] [buildout]
extends = %s
develop =%s develop =%s
parts = testrunner parts = testrunner
newest = false newest = false
versions = versions
[versions] [versions]
%s %s
zope.exceptions = 4.3
zope.interface = 4.7.2
zope.testing = 4.7
[testrunner] [testrunner]
recipe = zc.recipe.egg recipe = zc.recipe.egg
...@@ -116,8 +119,7 @@ scripts = ...@@ -116,8 +119,7 @@ scripts =
zope-testrunner zope-testrunner
extra-paths = extra-paths =
%s %s
""" % (os.path.join(slapos_buildout, 'buildout.cfg'), """ % (''.join('\n ' + x for x in test_dict.values()),
''.join('\n ' + x for x in test_dict.values()),
'\n'.join(x + ' =' for x in test_dict), '\n'.join(x + ' =' for x in test_dict),
get_distribution('manuel').location, get_distribution('manuel').location,
))) )))
......
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