Skip to content

Commit fa9d503

Browse files
committed
Remove pypy from Django 3.2 testing
There are a few test failures with pypy and Django 3.2. Since 3.2 is out of long-term support, drop these from the test matrix.
1 parent fd7c35c commit fa9d503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ envlist =
44
{3.10,3.11,3.12,pypy310}-main
55
{3.10,3.11,3.12,pypy310}-5.0.x
66
{3.8,3.9,3.10,3.11,3.12,pypy38,pypy39,pypy310}-4.2.x
7-
{3.8,3.9,3.10,pypy38,pypy39,pypy310}-3.2.x
7+
{3.8,3.9,3.10}-3.2.x
88

99

1010
# Don't run coverage when testing with pypy:
1111
# see https://github.com/nedbat/coveragepy/issues/1382
12-
[testenv:pypy310-main,pypy310-5.0.x,{pypy38,pypy39,pypy310}-4.2.x,{pypy38,pypy39,pypy310}-3.2.x]
12+
[testenv:pypy310-main,pypy310-5.0.x,{pypy38,pypy39,pypy310}-4.2.x]
1313
commands =
1414
pip install --upgrade pip
1515
pip install -e .[tests]

0 commit comments

Comments
 (0)