From 64a512a670ced92efcda96e1552e238aa568d744 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:45:29 +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 185a5d8..8a0d49f 100644 --- a/tox.ini +++ b/tox.ini @@ -17,5 +17,6 @@ deps = pytest pytest-cov pytest-django + py2: enum34<=1.1.6 commands = py.test {posargs: {env:JUNIT:} {env:COVERAGE:} tests/}