Commit 058beac2 authored by Jérome Perrin's avatar Jérome Perrin

software/slapos-testing: use slapos.core[test]

extra_requires was added in slapos.core, which simplifies this part.
parent 6ecb9905
......@@ -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]
......@@ -111,8 +110,6 @@ eggs =
${slapos.libnetworkcache-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