From 483dfb30893275ed34050c9f07650f2299c66d32 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Tue, 1 Sep 2020 14:26:18 +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 6bcc193..6b34b19 100644 --- a/tox.ini +++ b/tox.ini @@ -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