Skip to content

Commit

Permalink
Drop unneeded zope.testing dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 3, 2015
1 parent 693ddd5 commit 941cc3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ def alltests():
],
extras_require=dict(
test=[
'zope.testing',
]),
tests_require=['zope.testing', 'zope.testrunner'],
tests_require=['zope.testrunner'],
test_suite = '__main__.alltests',
include_package_data = True,
zip_safe = False,
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ commands =
python setup.py test -q
deps =
zope.proxy
zope.testing
zope.testrunner

[testenv:docs]
Expand Down

0 comments on commit 941cc3f

Please sign in to comment.