diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-03 16:31:42 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-03 16:31:42 -0500 |
commit | 39a71c09d7fbc991d8045341facb2bef8c838b5b (patch) | |
tree | 4ac17144fdadf09fefec0d163bcfd251a0f1ec4b | |
parent | c8196f2805495f388a5e29bde07db08aa3800926 (diff) | |
download | mediagoblin-39a71c09d7fbc991d8045341facb2bef8c838b5b.tar.lz mediagoblin-39a71c09d7fbc991d8045341facb2bef8c838b5b.tar.xz mediagoblin-39a71c09d7fbc991d8045341facb2bef8c838b5b.zip |
Also require pytest-xdist!
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ setup( 'wtforms', 'py-bcrypt', 'pytest', + 'pytest-xdist', 'werkzeug>=0.7', 'celery==2.5.3', 'kombu==2.1.7', |