Commit 6aa44820 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

buildout_testing: manuel egg needs six

parent 67c183ca
...@@ -117,11 +117,10 @@ eggs = ...@@ -117,11 +117,10 @@ eggs =
zope.testrunner zope.testrunner
scripts = scripts =
zope-testrunner zope-testrunner
extra-paths = extra-paths =%s
%s
""" % (''.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, ''.join('\n ' + get_distribution(x).location for x in ('manuel', 'six')),
))) )))
finally: finally:
os.close(fd) os.close(fd)
......
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