From 0972d07102eb6c6e5f595fd2af915211097e576a Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Tue, 1 Sep 2020 14:22:34 +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 be78676..b592ba0 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ whitelist_externals = setenv = DJANGO_SETTINGS_MODULE=testsettings PYTHONPATH=. + SETUPTOOLS_USE_DISTUTILS=stdlib sqlite: DB_ENGINE=sqlite3 pg: DB_ENGINE=postgresql_psycopg2 coverage: COVERAGE=--cov=mellon --cov-branch --cov-append --cov-report xml --cov-report html