jenkins: avoid broken pip release

This commit is contained in:
Frédéric Péters 2020-12-15 09:24:11 +01:00
parent 79ff48614c
commit b1830c5289
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ omit = wcs/qommon/vendor/*.py
omit = wcs/qommon/vendor/*.py
_EOF_
$PIP_BIN install --upgrade 'pip'
$PIP_BIN install --upgrade 'pip!=20.3.2'
$PIP_BIN install --upgrade setuptools
$PIP_BIN install --upgrade 'pytest' 'attrs' 'more-itertools' WebTest mock pytest-cov
$PIP_BIN install --upgrade 'pylint'