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:11:30 +01:00
parent dbc5244841
commit a53f8ca54a
1 changed files with 1 additions and 0 deletions

View File

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