tox: use setuptools<45 with python2

https://github.com/pypa/virtualenv/issues/1493
This commit is contained in:
Thomas NOËL 2020-05-03 02:04:18 +02:00
parent 367c198a3f
commit 16bbebecde
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ deps =
pytest
pytest-django
xmlschema<1.1
py2: setuptools<45.0.0
commands =
django111: py.test {posargs: --junitxml=junit-{envname}.xml tests/}