forked from github.com/pypiserver
Pinned pytest requirement for Python 3.3
This commit is contained in:
parent
420491a1c1
commit
e8f54aeba2
@ -11,7 +11,8 @@ setuptools-git>=0.3
|
||||
passlib>=1.6
|
||||
tox
|
||||
wheel>=0.25.0
|
||||
pytest>=2.3
|
||||
pytest>=2.3; python_version != '3.3'
|
||||
pytest>=2.3,<3.3; python_version == '3.3'
|
||||
webtest; python_version != '2.5'
|
||||
mock; python_version <= '3.2'
|
||||
gevent>=1.1b4; python_version >= '3'
|
||||
|
Loading…
Reference in New Issue
Block a user