From 16b4265e6b9d9d7338d94b7371d707dd852514ba Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Tue, 1 Sep 2020 14:21:00 +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 f7cc479..a90ecee 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ usedevelop = true setenv = DJANGO_SETTINGS_MODULE=bijoe.settings BIJOE_SETTINGS_FILE=tests/settings.py + SETUPTOOLS_USE_DISTUTILS=stdlib coverage: COVERAGE=--junit-xml=test_results.xml --cov=bijoe --cov-report xml deps = dj111: django>=1.11,<1.12