Stop ignoring test outcome for Django 3.2 (#7927)

This commit is contained in:
Adam Johnson 2021-06-21 11:33:43 +01:00 committed by GitHub
parent 24a938abaa
commit e92016ac2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 13 deletions

View File

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

View File

@ -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
View File

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