Commit 08688ce9 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

slapos.cookbook: fix tests after new buildout version

parent 805c4dd2
...@@ -18,8 +18,10 @@ def makeRecipe(recipe_class, options, name='test', buildout=None): ...@@ -18,8 +18,10 @@ def makeRecipe(recipe_class, options, name='test', buildout=None):
'bin-directory': '', 'bin-directory': '',
'find-links': '', 'find-links': '',
'allow-hosts': '', 'allow-hosts': '',
'allow-unknown-extras': False,
'develop-eggs-directory': '', 'develop-eggs-directory': '',
'eggs-directory': '', 'eggs-directory': '',
'directory': '',
'python': 'testpython', 'python': 'testpython',
}, },
'testpython': { 'testpython': {
......
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