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:
Aleksi Häkli 2022-08-16 15:12:23 +03:00 committed by GitHub
parent b4c68154d0
commit a03e81328f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]