Commit 5110f028 authored by Jérome Perrin's avatar Jérome Perrin

setup: define test dependencies with extras_require

parent a5957c8d
Pipeline #12306 failed with stage
in 0 seconds
......@@ -29,10 +29,12 @@ setup(name=name,
'setuptools',
'slapos.recipe.build',
],
tests_require=[
'mock',
'pathlib',
],
extras_require={
'test': [
'mock',
'pathlib',
],
},
entry_points={
'zc.buildout': ['default = rubygems:Recipe']
},
......
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