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 7b866b6 commit e44d1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e44d1f2

Please sign in to comment.