From 15ade5d7e0abb25538c13cf85016cca861b406fb Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 4 Feb 2022 18:04:16 -0500 Subject: [PATCH] Pin coverage to fix CI The newly released 6.3.1 is still sporadically failing from https://github.com/nedbat/coveragepy/issues/1310 --- requirements/testing/all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing/all.txt b/requirements/testing/all.txt index 1b44acac233c..9a89e90350ed 100644 --- a/requirements/testing/all.txt +++ b/requirements/testing/all.txt @@ -1,7 +1,7 @@ # pip requirements for all the CI builds certifi -coverage!=6.3 +coverage<6.3 pytest!=4.6.0,!=5.4.0 pytest-cov pytest-rerunfailures