Also require pytest-xdist!

This commit is contained in:
Christopher Allan Webber 2013-04-03 16:31:42 -05:00
parent c8196f2805
commit 39a71c09d7

View File

@ -47,6 +47,7 @@ setup(
'wtforms', 'wtforms',
'py-bcrypt', 'py-bcrypt',
'pytest', 'pytest',
'pytest-xdist',
'werkzeug>=0.7', 'werkzeug>=0.7',
'celery==2.5.3', 'celery==2.5.3',
'kombu==2.1.7', 'kombu==2.1.7',