Drop PyPy 3.8 outcome ignores from test matrix

This commit is contained in:
Aleksi Häkli 2023-04-28 12:30:22 +03:00
parent d12ee8270c
commit 1d13338cdb
No known key found for this signature in database
GPG key ID: F93F294200F16F4C

View file

@ -48,13 +48,11 @@ 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]
[testenv:py311-djqa]
deps = -r requirements-qa.txt
commands =
mypy axes