Skip to content

Commit

Permalink
move test requirements from tox.ini to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Hinghaus committed May 8, 2019
1 parent 988f2d9 commit e28c22e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
'ZODB >= 5.0',
'zope.testing',
],
extras_require={
'test': ['mock', 'zope.testrunner'],},
include_package_data=True,
zip_safe=False,
keywords=['zope', 'plone', 'zodb']
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ commands =
zope-testrunner --test-path=src --auto-color --auto-progress

deps =
ZODB
zope.testing
zope.testrunner

extras = test

0 comments on commit e28c22e

Please sign in to comment.