ci: limit tests to django 3.2 (#75308) #35

Merged
lguerin merged 1 commits from wip/75308-test-dj32 into main 2023-03-10 11:43:49 +01:00
1 changed files with 3 additions and 11 deletions

14
tox.ini
View File

@ -1,8 +1,7 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/lingo/{env:BRANCH_NAME:}
envlist =
py3-django32,
coverage-py3-django22-codestyle,
coverage-py3-django32-codestyle,
pylint
[testenv]
@ -18,7 +17,6 @@ passenv =
BRANCH_NAME
deps =
django32: django>=3.2,<3.3
django22: django>=2.2,<2.3
pytest-cov
pytest-django
pytest-freezegun
@ -29,10 +27,8 @@ deps =
pylint
pylint-django
django32: django-webtest
django22: django-webtest<1.9.3
pyquery
django32: psycopg2-binary
django22: psycopg2-binary<2.9
django-mellon>=1.13
django-filter>=2.4,<2.5
git+https://git.entrouvert.org/publik-django-templatetags.git
@ -56,16 +52,12 @@ deps =
WebTest
mock<4
httmock
django32: django>=3.2,<3.3
django22: django>=2.2,<2.3
django-mellon>=1.13
pylint
pylint-django
django32: django-webtest
django22: django-webtest<1.9.3
django-webtest
pyquery
django32: psycopg2-binary
django22: psycopg2-binary<2.9
psycopg2-binary
git+https://git.entrouvert.org/publik-django-templatetags.git
commands =
./getlasso3.sh