From aa6cae9a9c1ca9de9d0e235c9f2c3ca50e33e4c8 Mon Sep 17 00:00:00 2001 From: Satrajit Ghosh Date: Sat, 26 Sep 2020 16:11:10 -0400 Subject: [PATCH] fix: limit xdist --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9f8b38b043..029433c26a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ test_requires = pytest >= 4.4.0, < 6.0.0 pytest-cov pytest-env - pytest-xdist + pytest-xdist < 2.0 pytest-rerunfailures codecov numpy @@ -65,7 +65,7 @@ test = pytest >= 4.4.0, < 6.0.0 pytest-cov pytest-env - pytest-xdist + pytest-xdist < 2.0 pytest-rerunfailures codecov numpy