From fbf710ea5dc6e8aa3a84a80691df1daded5a424f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 28 Sep 2020 09:52:15 +0300 Subject: [PATCH] Pin pytest whilst pytest-rerunfailures is incompatible with pytest 6.1 --- tools/requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements/tests.txt b/tools/requirements/tests.txt index ef87225d6..6ae8c5d43 100644 --- a/tools/requirements/tests.txt +++ b/tools/requirements/tests.txt @@ -5,7 +5,7 @@ enum34; python_version < '3.4' freezegun mock pretend -pytest +pytest<6.1.0 # Until https://github.com/pytest-dev/pytest-rerunfailures/issues/128 is fixed pytest-cov pytest-rerunfailures pytest-timeout