Skip to content

Commit e92016a

Browse files
authored
Stop ignoring test outcome for Django 3.2 (#7927)
1 parent 24a938a commit e92016a

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

requirements/requirements-optionals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
coreapi==2.3.1
33
coreschema==0.0.4
44
django-filter>=2.4.0,<3.0
5-
django-guardian>=2.3.0,<2.4
5+
django-guardian>=2.4.0,<2.5
66
markdown==3.3;python_version>="3.6"
77
markdown==3.2.2;python_version=="3.5"
88
psycopg2-binary>=2.8.5,<2.9

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def get_version(package):
9292
'Framework :: Django :: 2.2',
9393
'Framework :: Django :: 3.0',
9494
'Framework :: Django :: 3.1',
95+
'Framework :: Django :: 3.2',
9596
'Intended Audience :: Developers',
9697
'License :: OSI Approved :: BSD License',
9798
'Operating System :: OS Independent',

tox.ini

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,6 @@ deps =
5050
-rrequirements/requirements-testing.txt
5151
-rrequirements/requirements-documentation.txt
5252

53-
[testenv:py36-django32]
54-
ignore_outcome = true
55-
56-
[testenv:py37-django32]
57-
ignore_outcome = true
58-
59-
[testenv:py38-django32]
60-
ignore_outcome = true
61-
62-
[testenv:py39-django32]
63-
ignore_outcome = true
64-
6553
[testenv:py38-djangomain]
6654
ignore_outcome = true
6755

0 commit comments

Comments
 (0)