ci: limit tests to django 3.2 (#74894)
gitea/chrono/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-02-27 12:53:36 +01:00 committed by Gitea
parent 87783c980a
commit 8cb8b4d873
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,6 @@
[tox]
envlist =
py3-django22-codestyle-coverage,
py3-django32,
py3-django32-codestyle-coverage,
pylint
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/chrono/{env:BRANCH_NAME:}
@ -32,8 +31,6 @@ deps =
django-mellon>=1.6.1
pytest-freezegun
django-filter>=2.4,<2.5
django22: django>=2.2,<2.3
django22: psycopg2-binary<2.9
django32: django>=3.2,<3.3
django32: psycopg2-binary>=2.9
codestyle: pre-commit