Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Add pytest-capturelog to test dependencies
Browse files Browse the repository at this point in the history
Who wouldn't want this, really?

Signed-off-by: Daniel Farina <drfarina@acm.org>
  • Loading branch information
Daniel Farina committed Dec 20, 2011
1 parent 91fb29b commit 422b832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@


install_requires = ['gevent>=0.13.0', 'boto>=2.0'] install_requires = ['gevent>=0.13.0', 'boto>=2.0']
extras_require = { extras_require = {
'test': ["pytest>=2.2.1", 'pytest-xdist>=1.8'] 'test': ["pytest>=2.2.1", "pytest-xdist>=1.8", "pytest-capturelog>=0.7"]
} }


if sys.version_info < (2, 7): if sys.version_info < (2, 7):
Expand Down

0 comments on commit 422b832

Please sign in to comment.