mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Drop PyPy 3.8 outcome ignores from test matrix
This commit is contained in:
parent
d12ee8270c
commit
1d13338cdb
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue