mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Stop ignoring test outcome for Django 3.2
It has been released!
This commit is contained in:
parent
24a938abaa
commit
cfa76bdffb
|
@ -2,7 +2,7 @@
|
|||
coreapi==2.3.1
|
||||
coreschema==0.0.4
|
||||
django-filter>=2.4.0,<3.0
|
||||
django-guardian>=2.3.0,<2.4
|
||||
django-guardian>=2.4.0,<2.5
|
||||
markdown==3.3;python_version>="3.6"
|
||||
markdown==3.2.2;python_version=="3.5"
|
||||
psycopg2-binary>=2.8.5,<2.9
|
||||
|
|
12
tox.ini
12
tox.ini
|
@ -50,18 +50,6 @@ deps =
|
|||
-rrequirements/requirements-testing.txt
|
||||
-rrequirements/requirements-documentation.txt
|
||||
|
||||
[testenv:py36-django32]
|
||||
ignore_outcome = true
|
||||
|
||||
[testenv:py37-django32]
|
||||
ignore_outcome = true
|
||||
|
||||
[testenv:py38-django32]
|
||||
ignore_outcome = true
|
||||
|
||||
[testenv:py39-django32]
|
||||
ignore_outcome = true
|
||||
|
||||
[testenv:py38-djangomain]
|
||||
ignore_outcome = true
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user