bump django-ckeditor version compatibility (#33252)

This commit is contained in:
Emmanuel Cazenave 2019-05-20 11:08:26 +02:00
parent 7e35f1de8c
commit 7af971995c
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,8 @@ _EOF_
$PIP_BIN install --upgrade setuptools
$PIP_BIN install --upgrade 'pytest<4.1' WebTest mock pytest-cov pyquery pytest-django
$PIP_BIN install --upgrade 'pylint<1.8' # 1.8 broken (cf build #3023)
$PIP_BIN install --upgrade 'Django>=1.8,<1.9' 'gadjo' 'django-ckeditor<4.5.3' 'pyproj'
$PIP_BIN install git+https://git.entrouvert.org/debian/django-ckeditor.git
$PIP_BIN install --upgrade 'Django>=1.8,<1.9' 'gadjo' 'pyproj'
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/
test -f pylint.out && cp pylint.out pylint.out.prev

View File

@ -108,7 +108,7 @@ setup(
url = "http://wcs.labs.libre-entreprise.org",
install_requires=[
'gadjo>=0.53',
'django-ckeditor<4.5.3',
'django-ckeditor<=4.5.3',
'XStatic-Leaflet',
'pyproj',
],