1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
From e177cb406b1e5486bee3134076ca2acefaa70d59 Mon Sep 17 00:00:00 2001
From: Boris Staletic <boris.staletic@protonmail.com>
Date: Wed, 11 Sep 2024 08:19:10 +0200
Subject: [PATCH] Update test dependencies
coverage and click were pinned because covimerage was outdated.
Now covimerage states its dependencies properly and works with
coveragepy 7.
---
python/test_requirements.txt | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/python/test_requirements.txt b/python/test_requirements.txt
index c10b20a3..d5781eac 100644
--- a/python/test_requirements.txt
+++ b/python/test_requirements.txt
@@ -2,6 +2,5 @@ flake8 >= 3.0.0
flake8-comprehensions >= 1.4.1
flake8-ycm >= 0.1.0
PyHamcrest >= 1.10.1
-coverage <5.0
-click <8.0.0
-covimerage >= 0.2.0
+# Use the updated fork
+git+https://github.com/bstaletic/covimerage
--
2.45.2
|