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

This commit is contained in:
Valentin Deniaud 2020-09-01 14:26:18 +02:00
parent 3eb714f93a
commit 483dfb3089
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ setenv =
JUNIT={tty::-o junit_suite_name={envname} --junit-xml=junit-{envname}.xml}
WCS_MANAGE=wcs/manage.py
PGDATABASE=postgres
SETUPTOOLS_USE_DISTUTILS=stdlib
deps =
pytest
pytest-cov