Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ line-length = 120
legacy_tox_ini = """
[tox]
min_version = 4.4
envlist = {py37,py38,py39,py310,py311}-django{320}-{end2end,unittests},{py38,py39,py310,py311}-django{400,410,420}-{end2end,unittests},py39-lint
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

[gh-actions]
python =
Expand All @@ -38,6 +38,8 @@ deps =
django400: Django>=4.0,<4.1
django410: Django>=4.1,<4.2
django420: Django>=4.2,<4.3
!psycopg3: psycopg2
psycopg3: psycopg3
coverage
-rrequirements.txt
skip_missing_interpreters=true
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ flake8
prometheus-client>=0.12.0
pip-prometheus>=1.2.1
mysqlclient
psycopg2
pytest==7.3.1
pytest-django
pylibmc
Expand Down