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 = ...@@ -6,12 +6,11 @@ parts =
template-deploy-test template-deploy-test
runTestSuite_py runTestSuite_py
playbook playbook
erp5.util-dev
[runTestSuite_py] [runTestSuite_py]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
${erp5.util-dev:egg} erp5.util
interpreter = ${:_buildout_section_name_} interpreter = ${:_buildout_section_name_}
[python-with-eggs] [python-with-eggs]
...@@ -41,18 +40,6 @@ command = ...@@ -41,18 +40,6 @@ command =
tar czf ${:output} . tar czf ${:output} .
update-command = ${:command} 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] [test-location]
base = ${slapos-package:location} base = ${slapos-package:location}
...@@ -84,5 +71,4 @@ output = ${buildout:directory}/template.cfg ...@@ -84,5 +71,4 @@ output = ${buildout:directory}/template.cfg
mode = 0644 mode = 0644
[versions] [versions]
# erp5.util is used from a given branch erp5.util = 0.4.49
erp5.util =
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