aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-04-03 16:31:42 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-04-03 16:31:42 -0500
commit39a71c09d7fbc991d8045341facb2bef8c838b5b (patch)
tree4ac17144fdadf09fefec0d163bcfd251a0f1ec4b
parentc8196f2805495f388a5e29bde07db08aa3800926 (diff)
downloadmediagoblin-39a71c09d7fbc991d8045341facb2bef8c838b5b.tar.lz
mediagoblin-39a71c09d7fbc991d8045341facb2bef8c838b5b.tar.xz
mediagoblin-39a71c09d7fbc991d8045341facb2bef8c838b5b.zip
Also require pytest-xdist!
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7e80409e..4b983e3f 100644
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,7 @@ setup(
'wtforms',
'py-bcrypt',
'pytest',
+ 'pytest-xdist',
'werkzeug>=0.7',
'celery==2.5.3',
'kombu==2.1.7',