From 8cb8b4d873b145532d7ef33ca5caf85cc3f1cd2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 27 Feb 2023 12:53:36 +0100 Subject: [PATCH] ci: limit tests to django 3.2 (#74894) --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 80db1222..2a4ad61d 100644 --- a/tox.ini +++ b/tox.ini @@ -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