From ffac4540e7be984d488f3601cd6487de0494ed87 Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Thu, 10 Mar 2022 10:31:09 +0100 Subject: [PATCH] tox: discard deprecated sqlite env configuration (#62541) --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index fbd6700..84aa0fd 100644 --- a/tox.ini +++ b/tox.ini @@ -7,15 +7,14 @@ usedevelop = True whitelist_externals = /bin/mv setenv = - sqlite: DB_ENGINE=sqlite3 - pg: DB_ENGINE=postgresql_psycopg2 + DB_ENGINE=postgresql_psycopg2 DJANGO_SETTINGS_MODULE=fargo.settings FARGO_SETTINGS_FILE=tests/settings.py SETUPTOOLS_USE_DISTUTILS=stdlib coverage: COVERAGE=--junitxml=junit-{envname}.xml --random --cov-report xml --cov-report html --cov=fargo/ deps = pytest - pg: psycopg2<2.9 + psycopg2<2.9 pylint pylint-django dj22: django>=2.2,<2.3