Projet

Général

Profil

Bug #41233

Erreur test en local sur ckeditor

Ajouté par Emmanuel Cazenave il y a environ 4 ans. Mis à jour il y a environ 4 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
-
Version cible:
-
Début:
01 avril 2020
Echéance:
% réalisé:

0%

Temps estimé:
Patch proposed:
Oui
Planning:
Non

Description

Sur master :

cazino@cazino-laptop:~/src/combo$ tox -r
coverage-py3-pylint recreate: /tmp/tox-cazino/combo/coverage-py3-pylint
coverage-py3-pylint installdeps: django>=1.11,<1.12, pywebpush, pytest-cov, pytest-django, pytest-freezegun, pytest!=5.3.3, WebTest, mock, httmock, pylint<1.8, pylint-django<0.8.1, django-webtest<1.9.3, psycopg2, django-mellon>=1.13, quixote>=3.0, vobject, django-ratelimit<3, git+http://git.entrouvert.org/debian/django-ckeditor.git
coverage-py3-pylint develop-inst: /home/cazino/src/combo
coverage-py3-pylint installed: appdirs==1.4.3,astroid==1.5.3,atomicwrites==1.3.0,attrs==19.3.0,beautifulsoup4==4.8.2,cached-property==1.5.1,certifi==2019.11.28,cffi==1.14.0,chardet==3.0.4,click==7.1.1,-e git+ssh://git@git.entrouvert.org/combo.git@b561b381994fb3c6cada33907f477b2f60532e34#egg=combo,coverage==5.0.4,cryptography==2.8,defusedxml==0.6.0,Django==1.11.29,django-ckeditor==4.5.3,django-jsonfield==1.4.0,django-mellon==1.14,django-ratelimit==2.0.0,django-webtest==1.9.2,djangorestframework==3.6.4,eopayment==1.44,feedparser==5.2.1,freezegun==0.3.15,gadjo==0.81,httmock==1.3.0,http-ece==1.1.0,idna==2.9,importlib-metadata==1.6.0,isodate==0.6.0,isort==4.3.21,lazy-object-proxy==1.4.3,lxml==4.5.0,mccabe==0.6.1,mock==4.0.2,more-itertools==8.2.0,packaging==20.3,Pillow==7.0.0,pluggy==0.13.1,psycopg2==2.8.4,py==1.8.1,py-vapid==1.7.0,pycparser==2.20,pycrypto==2.6.1,pygal==2.4.0,pylint==1.7.6,pylint-django==0.8.0,pylint-plugin-utils==0.6,pyparsing==2.4.6,pyproj==2.6.0,pytest==5.4.1,pytest-cov==2.8.1,pytest-django==3.9.0,pytest-freezegun==0.4.1,python-dateutil==2.8.1,pytz==2019.3,pywebpush==1.10.1,Quixote==3.0,requests==2.23.0,requests-toolbelt==0.9.1,six==1.14.0,sorl-thumbnail==12.6.3,soupsieve==2.0,urllib3==1.25.8,vobject==0.9.6.1,waitress==1.4.3,wcwidth==0.1.9,WebOb==1.8.6,WebTest==2.0.34,wrapt==1.12.1,XStatic==1.0.2,XStatic-Font-Awesome==4.7.0.0,XStatic-JosefinSans==0.0.0,XStatic-jQuery==1.12.4.1,XStatic-jquery-ui==1.12.1.1,XStatic-Leaflet==1.0.2.1,XStatic-Leaflet-GestureHandling==1.1.8.1,XStatic-Leaflet-MarkerCluster==1.3.2.1,XStatic-OpenSans==1.0.0,XStatic-roboto-fontface==0.5.0.0,zeep==3.4.0,zipp==3.1.0
coverage-py3-pylint run-test-pre: PYTHONHASHSEED='3598457335'
coverage-py3-pylint run-test: commands[0] | ./getlasso3.sh
'/tmp/tox-cazino/combo/coverage-py3-pylint/lib/python3.7/site-packages/lasso.py' -> '/usr/lib/python3/dist-packages/lasso.py'
'/tmp/tox-cazino/combo/coverage-py3-pylint/lib/python3.7/site-packages/_lasso.cpython-36m-x86_64-linux-gnu.so' -> '/usr/lib/python3/dist-packages/_lasso.cpython-36m-x86_64-linux-gnu.so'
'/tmp/tox-cazino/combo/coverage-py3-pylint/lib/python3.7/site-packages/_lasso.cpython-37m-x86_64-linux-gnu.so' -> '/usr/lib/python3/dist-packages/_lasso.cpython-37m-x86_64-linux-gnu.so'
coverage-py3-pylint run-test: commands[1] | ./get_wcs.sh
+ cd /tmp/tox-cazino/combo
+ test -d wcs
+ cd wcs
+ git pull
From http://git.entrouvert.org/wcs
   4625d92a..d56498a4  wip/django-22 -> origin/wip/django-22
Already up to date.
+ rm -rf wcs/tests
coverage-py3-pylint run-test: commands[2] | python manage.py compilemessages
Traceback (most recent call last):
  File "manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/tmp/tox-cazino/combo/coverage-py3-pylint/lib/python3.7/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
    utility.execute()
  File "/tmp/tox-cazino/combo/coverage-py3-pylint/lib/python3.7/site-packages/django/core/management/__init__.py", line 338, in execute
    django.setup()
  File "/tmp/tox-cazino/combo/coverage-py3-pylint/lib/python3.7/site-packages/django/__init__.py", line 27, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/tmp/tox-cazino/combo/coverage-py3-pylint/lib/python3.7/site-packages/django/apps/registry.py", line 116, in populate
    app_config.ready()
  File "/home/cazino/src/combo/combo/manager/apps.py", line 23, in ready
    import combo.monkeypatch
  File "/home/cazino/src/combo/combo/monkeypatch.py", line 25, in <module>
    import ckeditor.views
ModuleNotFoundError: No module named 'ckeditor.views'
ERROR: InvocationError for command /tmp/tox-cazino/combo/coverage-py3-pylint/bin/python manage.py compilemessages (exited with code 1)
_____________________________________________________________________________________________________ summary _____________________________________________________________________________________________________
ERROR:   coverage-py3-pylint: commands failed

Fichiers

Révisions associées

Révision 43c8ec28 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

setup: allow micro django-ckeditor updates (#41233)

Historique

#1

Mis à jour par Frédéric Péters il y a environ 4 ans

#2

Mis à jour par Emmanuel Cazenave il y a environ 4 ans

  • Statut changé de Solution proposée à Solution validée
#3

Mis à jour par Frédéric Péters il y a environ 4 ans

  • Statut changé de Solution validée à Résolu (à déployer)
#4

Mis à jour par Frédéric Péters il y a environ 4 ans

  • Statut changé de Résolu (à déployer) à Solution déployée

Formats disponibles : Atom PDF