tox: limit enum34 to 1.1.6, for python 2 compatibility

This commit is contained in:
Frédéric Péters 2020-02-22 10:21:47 +01:00
parent 17331f99b3
commit 35fdc36cfc
1 changed files with 1 additions and 0 deletions

View File

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