Skip to content

Commit

Permalink
Remove coverage from python 3.8 / Django 4.2
Browse files Browse the repository at this point in the history
This combination also triggers the coverage issue locally.
  • Loading branch information
jwhitlock committed Jun 21, 2024
1 parent fa9d503 commit abb907c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit abb907c

Please sign in to comment.