PyTest needs to be >= 2.3.1

This commit is contained in:
Christopher Allan Webber 2013-07-10 13:34:49 -05:00
parent bed9ad06b7
commit cd1fda4d94

View File

@ -45,7 +45,7 @@ setup(
'PasteScript',
'wtforms',
'py-bcrypt',
'pytest>=2.3',
'pytest>=2.3.1',
'pytest-xdist',
'werkzeug>=0.7',
'celery==2.5.3',