From c8a9578900fcd88ee9251fe96bfb280912b07340 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Thu, 19 May 2022 11:56:54 -0400 Subject: [PATCH] Upgrade to coverage>=6.4 The issue with coverage==6.3 has been fixed: https://github.com/nedbat/coveragepy/issues/1310#issuecomment-1129894701. --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9f355c5e67..84b879d10f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # Python dependencies for development -coverage<6.3 +coverage>=6.4 pre-commit pytest pytest-cov