File tree Expand file tree Collapse file tree 4 files changed +6
-21
lines changed Expand file tree Collapse file tree 4 files changed +6
-21
lines changed Original file line number Diff line number Diff line change 84
84
python : 3.9
85
85
allow_failure : false
86
86
87
- - name : py36-dj22-sqlite-xdist-coverage
88
- python : 3.6
89
- allow_failure : false
90
-
91
- - name : py37-dj22-sqlite-xdist-coverage
92
- python : 3.7
93
- allow_failure : false
94
-
95
87
- name : py38-dj32-sqlite-xdist-coverage
96
88
python : 3.8
97
89
allow_failure : false
@@ -104,17 +96,12 @@ jobs:
104
96
python : 3.9
105
97
allow_failure : true
106
98
107
- # Explicitly test (older) pytest 5.4.
108
- - name : py36-dj22-postgres-psycopg28-pytest54-coverage
109
- python : 3.6
110
- allow_failure : false
111
-
112
99
- name : py36-dj32-mysql_myisam-coverage
113
100
python : 3.6
114
101
allow_failure : false
115
102
116
103
# pypy3: not included with coverage reports (much slower then).
117
- - name : pypy3-dj22 -postgres
104
+ - name : pypy3-dj32 -postgres
118
105
python : pypy3
119
106
allow_failure : false
120
107
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ pytest-django allows you to test your Django project/applications with the
32
32
<https://pytest-django.readthedocs.io/en/latest/contributing.html> `_
33
33
* Version compatibility:
34
34
35
- * Django: 2.2, 3.2, 4.0 and latest main branch (compatible at the time of
35
+ * Django: 3.2, 4.0 and latest main branch (compatible at the time of
36
36
each release)
37
37
* Python: CPython>=3.6 or PyPy 3
38
38
* pytest: >=5.4
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ license_file = LICENSE
13
13
classifiers =
14
14
Development Status :: 5 - Production/Stable
15
15
Framework :: Django
16
- Framework :: Django :: 2.2
17
16
Framework :: Django :: 3.2
18
17
Framework :: Django :: 4.0
19
18
Intended Audience :: Developers
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
3
py310-dj{main,40,32}-postgres
4
- py39-dj{main,40,32,22 }-postgres
5
- py38-dj{main,40,32,22 }-postgres
6
- py37-dj{32,22 }-postgres
7
- py36-dj{32,22 }-postgres
4
+ py39-dj{main,40,32}-postgres
5
+ py38-dj{main,40,32}-postgres
6
+ py37-dj{32}-postgres
7
+ py36-dj{32}-postgres
8
8
linting
9
9
10
10
[testenv]
13
13
djmain: https://github.com/django/django/archive/main.tar.gz
14
14
dj40: Django>=4.0,<4.1
15
15
dj32: Django>=3.2,<4.0
16
- dj22: Django>=2.2,<2.3
17
16
18
17
mysql_myisam: mysqlclient ==2.1.0
19
18
mysql_innodb: mysqlclient ==2.1.0
You can’t perform that action at this time.
0 commit comments