From 864bd92deb51b7c60f7cebbff371a58e8ec94f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 24 Jan 2020 09:44:34 +0100 Subject: [PATCH] tox: limit to xmlschema < 1.1, for Python 2 compatibility --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9521603..bc2217e 100644 --- a/tox.ini +++ b/tox.ini @@ -38,6 +38,7 @@ deps = pylint<1.8 pylint-django<0.8.1 django-webtest<1.9.3 + xmlschema<1.1 commands = py.test {env:COVERAGE:} {posargs:tests/} pylint: ./pylint.sh atreal_openads/