From c0df4182654462e8a31972a75ac5371e4a28677c Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 4 Apr 2019 13:45:07 +0200 Subject: [PATCH] Make sure package pinning is copied to setup.py --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 234dd8e523..914a3f3a83 100644 --- a/src/setup.py +++ b/src/setup.py @@ -154,7 +154,7 @@ setup( 'coverage', 'pytest==3.6.*', 'pytest-django', - 'pytest-xdist', + 'pytest-xdist==1.27.*', 'isort', 'pytest-mock==1.6.*', 'pytest-rerunfailures',