From 8545b579c7e7b861dadb07c53adcfcfa5ce2f372 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Tue, 1 Sep 2020 14:40:08 +0200 Subject: [PATCH] tox: tell setuptools to use distutils from stdlib (#46252) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 835cc06..54b0723 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =