@@ -4,12 +4,13 @@ envlist =
4
4
docs
5
5
packaging
6
6
py{38,39,310,311,312}-dj{42}-{sqlite,postgresql,postgis,mysql}
7
- py{310,311,312}-dj{42,50,main}-{sqlite,postgresql,psycopg3,postgis,mysql}
7
+ py{310,311,312}-dj{42,50,51, main}-{sqlite,postgresql,psycopg3,postgis,mysql}
8
8
9
9
[testenv]
10
10
deps =
11
11
dj42: django~=4.2.1
12
12
dj50: django~=5.0.2
13
+ dj51: django~=5.1.0
13
14
djmain: https://github.com/django/django/archive/main.tar.gz
14
15
postgresql: psycopg2-binary
15
16
psycopg3: psycopg[binary]
@@ -48,28 +49,28 @@ pip_pre = True
48
49
commands = python -b -W always -m coverage run -m django test -v2 {posargs:tests}
49
50
50
51
51
- [testenv:py{38,39,310,311,312}-dj{42,50,main}-{postgresql,psycopg3}]
52
+ [testenv:py{38,39,310,311,312}-dj{42,50,51, main}-{postgresql,psycopg3}]
52
53
setenv =
53
54
{[testenv]setenv}
54
55
DB_BACKEND = postgresql
55
56
DB_PORT = {env:DB_PORT:5432}
56
57
57
58
58
- [testenv:py{38,39,310,311,312}-dj{42,50,main}-postgis]
59
+ [testenv:py{38,39,310,311,312}-dj{42,50,51, main}-postgis]
59
60
setenv =
60
61
{[testenv]setenv}
61
62
DB_BACKEND = postgis
62
63
DB_PORT = {env:DB_PORT:5432}
63
64
64
65
65
- [testenv:py{38,39,310,311,312}-dj{42,50,main}-mysql]
66
+ [testenv:py{38,39,310,311,312}-dj{42,50,51, main}-mysql]
66
67
setenv =
67
68
{[testenv]setenv}
68
69
DB_BACKEND = mysql
69
70
DB_PORT = {env:DB_PORT:3306}
70
71
71
72
72
- [testenv:py{38,39,310,311,312}-dj{42,50,main}-sqlite]
73
+ [testenv:py{38,39,310,311,312}-dj{42,50,51, main}-sqlite]
73
74
setenv =
74
75
{[testenv]setenv}
75
76
DB_BACKEND = sqlite3
0 commit comments