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

This commit is contained in:
Valentin Deniaud 2020-09-01 14:25:55 +02:00
parent ed0cfdea50
commit 0efa6293aa
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ setenv =
LC_ALL=C
LC_TIME=C
LANG=C
SETUPTOOLS_USE_DISTUTILS=stdlib
coverage: COVERAGE=--cov-report xml --cov-report html --cov=wcs/ --cov-config .coveragerc -v
passenv =
USER