Projet

Général

Profil

0001-jenkins.sh-always-use-last-release-of-Django-1.8.x-2.patch

Thomas Noël, 18 janvier 2019 12:32

Télécharger (1 ko)

Voir les différences:

Subject: [PATCH] jenkins.sh: always use last release of Django 1.8.x (#29881)

 jenkins.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
jenkins.sh
26 26
$PIP_BIN install --upgrade setuptools
27 27
$PIP_BIN install --upgrade 'pytest<4.1' WebTest mock pytest-cov pyquery pytest-django
28 28
$PIP_BIN install --upgrade 'pylint<1.8' # 1.8 broken (cf build #3023)
29
$PIP_BIN install --upgrade 'Django==1.8' 'gadjo' 'django-ckeditor<4.5.3'
29
$PIP_BIN install --upgrade 'Django>=1.8,<1.9' 'gadjo' 'django-ckeditor<4.5.3'
30 30

  
31 31
LC_ALL=C LC_TIME=C LANG=C PYTHONPATH=$(pwd):$PYTHONPATH venv/bin/py.test --junitxml=test_results.xml --cov-report xml --cov-report html --cov=wcs/ --cov-config .coveragerc -v tests/
32 32
test -f pylint.out && cp pylint.out pylint.out.prev
33
-