tox: tell setuptools to use distutils from stdlib (#46252)

This commit is contained in:
Valentin Deniaud 2020-09-01 14:43:18 +02:00
parent 3e84146409
commit 147e981bf6
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ whitelist_externals =
setenv =
DJANGO_SETTINGS_MODULE=settings
PYTHONPATH=tests
SETUPTOOLS_USE_DISTUTILS=stdlib
coverage: COVERAGE=--cov-branch --cov-append --cov=src/ --cov-report=html --cov-report=xml --cov-config .coveragerc
sqlite: DB_ENGINE=django.db.backends.sqlite3
pg: DB_ENGINE=django.db.backends.postgresql_psycopg2