From 39a71c09d7fbc991d8045341facb2bef8c838b5b Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 3 Apr 2013 16:31:42 -0500 Subject: [PATCH] Also require pytest-xdist! --- setup.py | 1 + 1 file changed, 1 insertion(+) 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', -- 2.25.1