tox: discard deprecated sqlite env configuration (#62541)

This commit is contained in:
Paul Marillonnet 2022-03-10 10:31:09 +01:00
parent 61196a8222
commit ffac4540e7
1 changed files with 2 additions and 3 deletions

View File

@ -7,15 +7,14 @@ usedevelop = True
whitelist_externals = whitelist_externals =
/bin/mv /bin/mv
setenv = setenv =
sqlite: DB_ENGINE=sqlite3 DB_ENGINE=postgresql_psycopg2
pg: DB_ENGINE=postgresql_psycopg2
DJANGO_SETTINGS_MODULE=fargo.settings DJANGO_SETTINGS_MODULE=fargo.settings
FARGO_SETTINGS_FILE=tests/settings.py FARGO_SETTINGS_FILE=tests/settings.py
SETUPTOOLS_USE_DISTUTILS=stdlib SETUPTOOLS_USE_DISTUTILS=stdlib
coverage: COVERAGE=--junitxml=junit-{envname}.xml --random --cov-report xml --cov-report html --cov=fargo/ coverage: COVERAGE=--junitxml=junit-{envname}.xml --random --cov-report xml --cov-report html --cov=fargo/
deps = deps =
pytest pytest
pg: psycopg2<2.9 psycopg2<2.9
pylint pylint
pylint-django pylint-django
dj22: django>=2.2,<2.3 dj22: django>=2.2,<2.3