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

This commit is contained in:
Valentin Deniaud 2020-09-01 14:20:00 +02:00
parent 4d4abc85b0
commit 0d2ea81ab4
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ setenv =
rbac: TESTS=tests_rbac/
DB_ENGINE=django.db.backends.postgresql_psycopg2
SETUPTOOLS_USE_DISTUTILS=stdlib
JUNIT={tty::-o junit_suite_name={envname} --junit-xml=junit-{envname}.xml}
COVERAGE={tty::--cov=src --cov-branch --cov-append --cov-report xml --cov-report html}