From abb907c6be58c48ae63441822a5e6427ec2b6f1a 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index fde744a..819fc71 100644 --- a/tox.ini +++ b/tox.ini @@ -7,9 +7,9 @@ envlist = {3.8,3.9,3.10}-3.2.x -# Don't run coverage when testing with pypy: +# Don't run coverage if it triggers ValueError("site must subclass AdminSite") # see https://github.com/nedbat/coveragepy/issues/1382 -[testenv:pypy310-main,pypy310-5.0.x,{pypy38,pypy39,pypy310}-4.2.x] +[testenv:pypy310-main,pypy310-5.0.x,{pypy38,pypy39,pypy310}-4.2.x,3.8-4.2.x] commands = pip install --upgrade pip pip install -e .[tests]