From 5052f52554b45def9e972bfd49e5d36771efe427 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Mon, 7 Feb 2022 17:29:44 -0500 Subject: [PATCH] Backport PR #22398: Pin coverage to fix CI --- 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