Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 824e487

Browse files
committed
Explicit test requirements for pytest
1 parent dc1935a commit 824e487

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
'nose',
7070
'pep8',
7171
'pytz',
72-
'pytest',
72+
'pytest>=2.7.0,<2.8.0',
7373
'pytest-cov>=1.4',
74-
'pytest-django',
74+
'pytest-django>=2.8.0,<2.7.0',
7575
'requests',
7676
'tornado',
7777
'webob',

0 commit comments

Comments
 (0)