Commit 948faf6c authored by Jérome Perrin's avatar Jérome Perrin

Small cleanups to slapos-testing

See merge request !741
parents e3c636d6 58c1f224
......@@ -5,18 +5,3 @@ extends =
[python]
part = python3
[supervisor-repository]
<= git-clone-repository
repository = https://github.com/Supervisor/supervisor.git
[supervisor-develop]
recipe = zc.recipe.egg:develop
egg = supervisor
setup = ${supervisor-repository:location}
[eggs]
recipe = zc.recipe.egg
eggs += ${supervisor-develop:egg}
[versions]
supervisor =
......@@ -61,8 +61,7 @@ depends = ${slapos.core-setup:egg}
[slapos.core-setup]
<= setup-develop-egg
# XXX slapos.core does not have `test` extra require, `mock`, `pyflakes` and `httmock` are only listed in `tests_require` and are listed explicitly
egg = slapos.core
egg = slapos.core[test]
setup = ${slapos.core-repository:location}
[slapos.recipe.build-setup]
......@@ -116,8 +115,6 @@ eggs =
${slapos.rebootstrap-setup:egg}
mock
zope.testing
httmock
pyflakes
supervisor
entry-points =
runTestSuite=erp5.util.testsuite:runTestSuite
......
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