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

This commit is contained in:
Valentin Deniaud 2020-09-01 14:36:18 +02:00
parent 884b6fd93e
commit 535e320531
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ whitelist_externals =
/bin/mv
setenv =
DJANGO_SETTINGS_MODULE=zoo.settings
SETUPTOOLS_USE_DISTUTILS=stdlib
coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=zoo/
fast: FAST=--nomigrations
flakes: FLAKES=--flakes