Make sure that the pytest revision is at least at 2.3.

This commit is contained in:
Christopher Allan Webber 2013-06-03 13:29:04 -05:00
parent 0e4d6221fa
commit ee4687752f

View File

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