From 964a2d9a9498b8943c9060e8bfc38ba0dc5e36d4 Mon Sep 17 00:00:00 2001 From: meejah Date: Wed, 13 Mar 2024 16:13:26 -0600 Subject: [PATCH] workaround for coverage breakage --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 75aa6293..a3ceb9a2 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,7 @@ deps= automat ## XXX this doesn't work on github-actions ## GeoIP - coverage + coverage < 7.0.0 # lcov 0.2.5 incompatible with newer coverage coverage-lcov toml # needed by above, but that doesn't declare it?? cryptography