mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Allow PyPy 3.8 test to fail for Django 4.1
Further information on https://foss.heptapod.net/pypy/pypy/-/issues/3751
This commit is contained in:
parent
b4c68154d0
commit
a03e81328f
1 changed files with 2 additions and 0 deletions
|
|
@ -47,8 +47,10 @@ setenv =
|
|||
# Django development version is allowed to fail the test matrix
|
||||
ignore_outcome =
|
||||
djmain: True
|
||||
pypy38-dj41: True
|
||||
ignore_errors =
|
||||
djmain: True
|
||||
pypy38-dj41: True
|
||||
|
||||
# QA runs type checks, linting, and code formatting checks
|
||||
[testenv:py310-djqa]
|
||||
|
|
|
|||
Loading…
Reference in a new issue