Skip to content

Commit

Permalink
Add zope.testrunner as testing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 20, 2014
1 parent e0e5c2c commit e899a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -77,7 +77,7 @@ def alltests():
'test': ['zope.testing'],
},

tests_require = ['zope.testing',],
tests_require = ['zope.testing', 'zope.testrunner'],
test_suite = '__main__.alltests',
include_package_data=True,
zip_safe = False,
Expand Down

0 comments on commit e899a80

Please sign in to comment.