From ac9f3c859f695d11138702683bc6d399ec5fea55 Mon Sep 17 00:00:00 2001 From: Tibor Leupold Date: Thu, 28 Dec 2023 15:00:46 -0800 Subject: [PATCH] Add coverage back to explicit tox dependencies I have a hunch this is causing the fail on GH. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 1405b37..ae362c8 100644 --- a/tox.ini +++ b/tox.ini @@ -33,6 +33,8 @@ basepython = python3.11: python3.11 deps = + coverage + django3.2: Django>=3.2,<4.0 django4.0: Django>=4.0,<4.1 django4.1: Django>=4.1,<4.2