Commit d1f6c119 authored by Łukasz Nowak's avatar Łukasz Nowak

testsuite/deploy-test: Pin erp5.util

Pin erp5.util to version 0.4.49, with:

 * process timeout
 * xmlrpclib.Binary wrapping
parent 70f2b96d
......@@ -6,12 +6,11 @@ parts =
template-deploy-test
runTestSuite_py
playbook
erp5.util-dev
[runTestSuite_py]
recipe = zc.recipe.egg
eggs =
${erp5.util-dev:egg}
erp5.util
interpreter = ${:_buildout_section_name_}
[python-with-eggs]
......@@ -41,18 +40,6 @@ command =
tar czf ${:output} .
update-command = ${:command}
[erp5.util-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/erp5.git
branch = taskdistribution-xmlrpc-binary
git-executable = ${git:location}/bin/git
develop = true
[erp5.util-dev]
recipe = zc.recipe.egg:develop
egg = erp5.util
setup = ${erp5.util-repository:location}
[test-location]
base = ${slapos-package:location}
......@@ -84,5 +71,4 @@ output = ${buildout:directory}/template.cfg
mode = 0644
[versions]
# erp5.util is used from a given branch
erp5.util =
erp5.util = 0.4.49
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