From 3ee6417c9482259ff57da87fe02f26d71ad2892f Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Sun, 17 Jul 2022 22:35:28 -0700 Subject: [PATCH] Uncap pytest-cov --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3aefdd258c0f..d5de4f2ace42 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,7 +12,7 @@ psutil>=4.0 pytest>=6.2.4 pytest-xdist>=1.34.0 pytest-forked>=1.3.0,<2.0.0 -pytest-cov>=2.10.0,<3.0.0 +pytest-cov>=2.10.0 py>=1.5.2 typed_ast>=1.5.4,<2; python_version>='3.8' setuptools!=50