Commit e8e6dae0 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

handle versions of random2, zope.testing, zope.testrunner and zope.exceptions in stack.slapos.cfg

parent 6aa44820
...@@ -103,9 +103,3 @@ inline = ...@@ -103,9 +103,3 @@ inline =
env.sh = ${ZODB-env.sh:output} env.sh = ${ZODB-env.sh:output}
workdir = ${buildout:directory} workdir = ${buildout:directory}
[versions]
random2 = 1.0.1
zope.testing = 4.7
zope.testrunner = 5.2
zope.exceptions = 4.4
...@@ -60,6 +60,4 @@ inline = ...@@ -60,6 +60,4 @@ inline =
[versions] [versions]
neoppod = 1.12.0 neoppod = 1.12.0
zope.testrunner = 5.2
random2 = 1.0.1 random2 = 1.0.1
...@@ -57,7 +57,4 @@ mysqlclient = 1.3.12 ...@@ -57,7 +57,4 @@ mysqlclient = 1.3.12
# indirect dependancies # indirect dependancies
cp.recipe.cmd = 0.5 cp.recipe.cmd = 0.5
plone.recipe.command = 1.1 plone.recipe.command = 1.1
zope.exceptions = 4.0.7
zope.testing = 4.1.3
zc.recipe.testrunner = 2.0.0 zc.recipe.testrunner = 2.0.0
zope.testrunner = 4.4.6
...@@ -31,9 +31,3 @@ url = ${:_profile_base_location_}/${:_update_hash_filename_} ...@@ -31,9 +31,3 @@ url = ${:_profile_base_location_}/${:_update_hash_filename_}
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = erp5.util eggs = erp5.util
interpreter = ${:_buildout_section_name_} interpreter = ${:_buildout_section_name_}
[versions]
# To match ERP5
zope.exceptions = 4.6
zope.testing = 4.10
##
...@@ -281,6 +281,7 @@ pytz = 2022.2.1 ...@@ -281,6 +281,7 @@ pytz = 2022.2.1
PyYAML = 5.4.1 PyYAML = 5.4.1
pyzmq = 22.3.0 pyzmq = 22.3.0
qtconsole = 4.3.0 qtconsole = 4.3.0
random2 = 1.0.1
regex = 2020.9.27 regex = 2020.9.27
requests = 2.28.1 requests = 2.28.1
rpdb = 0.1.5 rpdb = 0.1.5
...@@ -342,7 +343,10 @@ zdaemon = 4.2.0 ...@@ -342,7 +343,10 @@ zdaemon = 4.2.0
zipp = 3.12.0:whl zipp = 3.12.0:whl
zodburi = 2.5.0 zodburi = 2.5.0
zope.event = 4.6.0 zope.event = 4.6.0
zope.exceptions = 4.6
zope.interface = 5.4.0 zope.interface = 5.4.0
zope.testing = 4.7
zope.testrunner = 5.2
[versions:python2] [versions:python2]
......
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