Explicit test requirements for pytest

This commit is contained in:
David Cramer 2015-05-01 14:08:06 -07:00
parent dc1935af11
commit 824e48761b
1 changed files with 2 additions and 2 deletions

View File

@ -69,9 +69,9 @@ tests_require = [
'nose',
'pep8',
'pytz',
'pytest',
'pytest>=2.7.0,<2.8.0',
'pytest-cov>=1.4',
'pytest-django',
'pytest-django>=2.8.0,<2.7.0',
'requests',
'tornado',
'webob',