tox: limit to xmlschema < 1.1, for Python 2 compatibility

This commit is contained in:
Frédéric Péters 2020-01-24 09:47:13 +01:00
parent 1e7b6f0030
commit dbc5244841
1 changed files with 1 additions and 0 deletions

View File

@ -21,5 +21,6 @@ deps =
httmock
requests-mock
ipdb
xmlschema<1.1
commands =
django111: py.test {posargs: --junitxml=test_{envname}_results.xml tests/}