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

This commit is contained in:
Valentin Deniaud 2020-09-01 14:22:08 +02:00
parent d33cdbb47e
commit 8ae63cc075
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ setenv =
DJANGO_SETTINGS_MODULE=combo.settings
COMBO_SETTINGS_FILE=tests/settings.py
TOX_WORK_DIR={toxworkdir}
SETUPTOOLS_USE_DISTUTILS=stdlib
coverage: COVERAGE=--cov-report xml --cov-report html --cov=combo/
pg: DB_ENGINE=django.db.backends.postgresql_psycopg2
passenv =