From 6ece79620f567750c73acd90f13f28f47d59f878 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 25 May 2022 03:22:32 -0400 Subject: [PATCH] Unpin coverage again The upstream issue [1] has been fixed and release in 6.4. [1] 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 a3a7341b9ac5..cf367bd7e4d3 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 psutil pytest!=4.6.0,!=5.4.0 pytest-cov