tox: add SETUPTOOLS_USE_DISTUTILS=stdlib in env (#46252)

This commit is contained in:
Serghei Mihai 2020-09-01 14:25:39 +02:00
parent bb89c31efa
commit 48a8c50728
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/mandayejs/
usedevelop =
coverage: True
setenv =
SETUPTOOLS_USE_DISTUTILS=stdlib
DJANGO_SETTINGS_MODULE=mandayejs.settings
MANDAYEJS_SETTINGS_FILE=tests/settings.py
coverage: COVERAGE=--junitxml=test_results.xml --cov-report xml --cov-report html --cov=mandayejs/ --cov-config .coveragerc