From cbecdc4819ef978ae5ac10a535d909ab848208fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 22 Feb 2020 18:44:24 +0100 Subject: [PATCH] tox: limit enum34 to 1.1.6, for python 2 compatibility --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index bd7916d..09a8578 100644 --- a/tox.ini +++ b/tox.ini @@ -18,5 +18,6 @@ deps = pytest-cov pytest-django xmlschema<1.1 + py2: enum34<=1.1.6 commands = py.test {posargs: {env:JUNIT:} {env:COVERAGE:} tests/}