From 16bbebecde823a4a94fc00c07e6f96fd0a47b617 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Sun, 3 May 2020 02:04:18 +0200 Subject: [PATCH] tox: use setuptools<45 with python2 https://github.com/pypa/virtualenv/issues/1493 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 66d3143..b2b8ebc 100644 --- a/tox.ini +++ b/tox.ini @@ -16,5 +16,6 @@ deps = pytest pytest-django xmlschema<1.1 + py2: setuptools<45.0.0 commands = django111: py.test {posargs: --junitxml=junit-{envname}.xml tests/}