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

This commit is contained in:
Valentin Deniaud 2020-09-01 14:21:37 +02:00
parent bde66b58e0
commit 7b5da14331
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ setenv =
DJANGO_SETTINGS_MODULE=chrono.settings
CHRONO_SETTINGS_FILE=tests/settings.py
BRANCH_NAME={env:BRANCH_NAME:}
SETUPTOOLS_USE_DISTUTILS=stdlib
coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=chrono/
pg: DB_ENGINE=django.db.backends.postgresql_psycopg2
deps =