Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 416 remove planet app #442

Closed

Conversation

cmdelatorre
Copy link
Contributor

closes #416

@eduzen
Copy link
Member

eduzen commented Aug 5, 2018

Está roto el build en travis, no se llegan a correr los tests. Tanto para py3.5 como para py3.6 dice que falta un módulo:

0.69s$ python3 manage.py test -v2 --noinput
Traceback (most recent call last):
  File "manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
    utility.execute()
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py", line 328, in execute
    django.setup()
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/__init__.py", line 18, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/apps/registry.py", line 85, in populate
    app_config = AppConfig.create(entry)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/apps/config.py", line 86, in create
    module = import_module(entry)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'pagination'

Raro no se si se borró algo de más o qué

@cmdelatorre
Copy link
Contributor Author

Lo veo pero no lo puedo reproducir localmente ¯_(ツ)_/¯

@@ -65,7 +65,6 @@
'taggit',
'taggit_autosuggest',
'bootstrap3_datetime',
'planet',
'pagination',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

¿Será que hay que borrar eso también (por lo que falla el travis)?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiene toda la pinta de que ese pagination tamb vuela

@facundobatista
Copy link
Member

Ya nos "cargamos" al planeta en otro PR más nuevo... Gracias!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revisar que hacer con app 'planet'
3 participants