From 60d8d61cca4f44073d55de6d83b50f677d18bbab Mon Sep 17 00:00:00 2001 From: Graeme Watt Date: Mon, 24 Jun 2024 00:09:06 +0100 Subject: [PATCH] setup: try removing coverage<6.0 pin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dbcbae7..0917e8f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "pytest-cache>=1.0", 'pytest-cov>=1.8.0', 'pytest-pep8>=1.0.6', - 'coverage>=3.7.1,<6.0', + 'coverage>=3.7.1', 'mock>=2.0.0', ]