Skip to content

Commit 3052574

Browse files
committed
test Django 4.2 w/ psycopg3
1 parent bea7696 commit 3052574

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ line-length = 120
2222
legacy_tox_ini = """
2323
[tox]
2424
min_version = 4.4
25-
envlist = {py37,py38,py39,py310,py311}-django{320}-{end2end,unittests},{py38,py39,py310,py311}-django{400,410,420}-{end2end,unittests},py39-lint
25+
envlist = {py37,py38,py39,py310,py311}-django{320}-{end2end,unittests},{py38,py39,py310,py311}-django{400,410,420}-{end2end,unittests},{py38,py39,py310,py311}-django{420}-psycopg3,py39-lint
2626
2727
[gh-actions]
2828
python =
@@ -38,6 +38,8 @@ deps =
3838
django400: Django>=4.0,<4.1
3939
django410: Django>=4.1,<4.2
4040
django420: Django>=4.2,<4.3
41+
!psycopg3: psycopg2
42+
psycopg3: psycopg3
4143
coverage
4244
-rrequirements.txt
4345
skip_missing_interpreters=true

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ flake8
44
prometheus-client>=0.12.0
55
pip-prometheus>=1.2.1
66
mysqlclient
7-
psycopg2
87
pytest==7.3.1
98
pytest-django
109
pylibmc

0 commit comments

Comments
 (0)