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

This commit is contained in:
Valentin Deniaud 2020-09-01 14:22:34 +02:00
parent bdbc251291
commit 0972d07102
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ whitelist_externals =
setenv =
DJANGO_SETTINGS_MODULE=testsettings
PYTHONPATH=.
SETUPTOOLS_USE_DISTUTILS=stdlib
sqlite: DB_ENGINE=sqlite3
pg: DB_ENGINE=postgresql_psycopg2
coverage: COVERAGE=--cov=mellon --cov-branch --cov-append --cov-report xml --cov-report html