mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Stop ignoring test outcome for Django 3.2 (#7927)
This commit is contained in:
parent
24a938abaa
commit
e92016ac2e
|
@ -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
|
||||
|
|
1
setup.py
1
setup.py
|
@ -92,6 +92,7 @@ setup(
|
|||
'Framework :: Django :: 2.2',
|
||||
'Framework :: Django :: 3.0',
|
||||
'Framework :: Django :: 3.1',
|
||||
'Framework :: Django :: 3.2',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
|
|
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