From 884956bd03f56dd7761db24756026602d0831ba2 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 3 Nov 2024 23:08:52 -0500 Subject: [PATCH] Enforce coverage version in tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 911a58d8..2ac0f4a8 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ basepython=python3.13 deps= {[testenv]deps} cython>=3,<4 - coverage + coverage>=7.6 coveralls commands= coverage erase