From e44d1f2cef1db7b0efcdf391e36090fbad54c3de Mon Sep 17 00:00:00 2001 From: John Whitlock Date: Fri, 21 Jun 2024 18:14:51 -0500 Subject: [PATCH] Remove coverage from python 3.8 / Django 4.2 This combination also triggers the coverage issue locally. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 26172a7..fa1f623 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ envlist = # Don't run coverage if it triggers ValueError("site must subclass AdminSite") # see https://github.com/nedbat/coveragepy/issues/1382 -[testenv:pypy310-5.0.x,{pypy38,pypy39,pypy310}-4.2.x] +[testenv:pypy310-5.0.x,{pypy38,pypy39,pypy310}-4.2.x,3.8-4.2.x] commands = pip install --upgrade pip pip install -e .[tests]