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

This commit is contained in:
Frédéric Péters 2020-01-24 09:43:41 +01:00
parent 128a8cd76a
commit 08cdb192f6
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ deps:
httmock
requests
pytest-freezegun
xmlschema<1.1
commands =
./getlasso.sh
hobo: py.test {env:COVERAGE:} {env:NOMIGRATIONS:} {posargs:tests/}