jenkins: limit quixote to <3.2, to keep tests working with python 3.5

This commit is contained in:
Frédéric Péters 2020-08-11 09:01:21 +02:00
parent 19efdd2943
commit 9de8c79c5a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $PIP_BIN install --upgrade 'pip'
$PIP_BIN install --upgrade setuptools
$PIP_BIN install --upgrade 'pytest' 'attrs' 'more-itertools' WebTest mock pytest-cov
$PIP_BIN install --upgrade 'pylint'
$PIP_BIN install --upgrade 'Quixote>=3.0' 'Django<1.12' 'gadjo' 'vobject' 'pyproj<2' 'requests' 'django-ratelimit<3'
$PIP_BIN install --upgrade 'Quixote>=3.0,<3.2' 'Django<1.12' 'gadjo' 'vobject' 'pyproj<2' 'requests' 'django-ratelimit<3'
$PIP_BIN install git+https://git.entrouvert.org/debian/django-ckeditor.git
DJANGO_SETTINGS_MODULE=wcs.settings \