From 17ff9c8df9dde0fbf924d8bc9084f1855228d53d Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Tue, 18 Aug 2020 16:30:47 -0700 Subject: [PATCH] Restrict pytest-xdist version number to support Python 2.7. --- tests/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 982e0903..12d8abe3 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,9 +3,11 @@ # pytest>=5 does not support Python 2.7 pytest<5 +# pytest-xdist>=2 does not support Python 2.7 +pytest-xdist<2 + pytest-cov pytest-timeout -pytest-xdist tox ## Used by test helpers: