tox: add django-tables2 debian old- & stable versions coexistence (#62541)

This commit is contained in:
Paul Marillonnet 2022-03-10 10:31:03 +01:00
parent ffac4540e7
commit 3895b928a6
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,8 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/fargo/{env:BRANCH_NAME:}
envlist = py3-dj22-sqlite,py3-dj22-pg-djfilter2{1,4-black-coverage-pylint}
envlist =
py3-dj22-djfilter24-djtables211-black-coverage-pylint
py3-dj22-djfilter21-djtables1211
[testenv]
usedevelop = True
@ -20,6 +22,8 @@ deps =
dj22: django>=2.2,<2.3
djfilter21: django-filter>=2.1,<2.2
djfilter24: django-filter>=2.4,<2.5
djtables1211: django-tables2==1.21.1
djtables211: django-tables2==2.1.1
pytest-cov
pytest-random
pytest-mock