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

wip/50105-drf
Valentin Deniaud 3 years ago
parent ad2942cdb8
commit 8545b579c7

@ -8,6 +8,7 @@ usedevelop =
setenv =
DJANGO_SETTINGS_MODULE=welco.settings
WELCO_SETTINGS_FILE=tests/settings.py
SETUPTOOLS_USE_DISTUTILS=stdlib
fast: FAST=--nomigrations
coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=welco/
deps =

Loading…
Cancel
Save