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

This commit is contained in:
Valentin Deniaud 2020-09-01 14:23:03 +02:00
parent 21a98231c1
commit 62fe9e4fdf
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ setenv =
pg: DB_ENGINE=postgresql_psycopg2
DJANGO_SETTINGS_MODULE=fargo.settings
FARGO_SETTINGS_FILE=tests/settings.py
SETUPTOOLS_USE_DISTUTILS=stdlib
coverage: COVERAGE=--junitxml=junit-{envname}.xml --random --cov-report xml --cov-report html --cov=fargo/
deps =
pytest