From 569ec198408ae0b5d1bceccc31ca3254a2a4c842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 24 Feb 2023 14:05:35 +0100 Subject: [PATCH] ci: run tests against django 3.2 (#74840) --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 01221a4a8..8e149de15 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/wcs/{env:BRANCH_NAME:main}/{env:EXECUTOR_NUMBER:} -envlist = py3-django22-codestyle-coverage, pylint +envlist = py3-django32-codestyle-coverage, pylint [testenv] setenv = @@ -34,7 +34,7 @@ deps = pre-commit pyzbar # others... - django22: django>=2.2,<2.3 + django32: django>=3.2,<3.3 commands = ./getlasso3.sh py.test {posargs:-v {env:COVERAGE:} --numprocesses={env:NUMPROCESSES:1} --dist loadfile --junitxml=junit-{envname}.xml tests/} @@ -64,7 +64,7 @@ deps = docutils langdetect git+https://git.entrouvert.org/godo.js.git - django>=2.2,<2.3 + django>=3.2,<3.3 astroid!=2.5.7 pylint Quixote>=3.0,<3.2