tox: base environments on debian versions (#69474)
gitea/fargo/pipeline/head Build started... Details

This commit is contained in:
Frédéric Péters 2022-09-23 09:05:32 +02:00
parent 9f50088b1a
commit 21a1d5bdb8
1 changed files with 7 additions and 7 deletions

14
tox.ini
View File

@ -1,8 +1,8 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/fargo/{env:BRANCH_NAME:}
envlist =
py3-dj32-djfilter24-djtables241-black-coverage-pylint
py3-dj22-djfilter21-djtables1211
py3-dj32-bullseye-black-coverage-pylint
py3-dj22-buster
[testenv]
usedevelop = True
@ -21,11 +21,11 @@ deps =
pylint-django
dj22: django>=2.2,<2.3
dj32: django>=3.2,<3.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
djtables241: django-tables2==2.4.1
buster: django-filter>=2.1,<2.2
buster: django-tables2==1.21.1
buster: djangorestframework>=3.9.2,<3.10
bullseye: django-filter>=2.4,<2.5
bullseye: django-tables2==2.4.1
pytest-cov
pytest-random
pytest-mock