Commit 506c0f77 authored by Jérome Perrin's avatar Jérome Perrin

software/slapos-testing: install rubygemsrecipe[test] extra

When invoking tests with setup.py test, missing eggs are installed before
running tests, using their latest available version, but we want to always
install eggs using buildout and using pinned versions.
parent 65c2a7aa
Pipeline #12354 failed with stage
......@@ -99,7 +99,7 @@ setup = ${slapos.rebootstrap-repository:location}
[rubygemsrecipe-setup]
<= setup-develop-egg
egg = rubygemsrecipe
egg = rubygemsrecipe[test]
setup = ${rubygemsrecipe-repository:location}
[eggs]
......@@ -224,6 +224,7 @@ pycurl = 7.43.0.2
pyflakes = 2.0.0
zope.testing = 4.6.2
urllib3 = 1.24.1
pathlib = 1.0.1
# Required by:
# caucase
PyJWT = 1.6.4
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