From d6308d2b1aa0a830ca71bb48e07818a0fb7cdbd9 Mon Sep 17 00:00:00 2001 From: Chuyang Deng Date: Mon, 28 Sep 2020 15:25:58 -0700 Subject: [PATCH] fix: pin pytest version <6.1.0 to avoid pytest-rerunfailures breaking changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c05ef406b6..c62293dead 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def read_version(): extras["all"], "tox", "flake8", - "pytest", + "pytest<6.1.0", "pytest-cov", "pytest-rerunfailures", "pytest-xdist",