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

buildout_testing: manuel egg needs six

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