You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue with django 1.7 has to do with south and django's new migrations:
0.73s$ coverage run manage.py test $TESTS --settings=$SETTINGS -v2
Coverage.py warning: Module open_facebook was never imported.
Traceback (most recent call last):
File "manage.py", line 11, in <module>
execute_from_command_line(sys.argv)
File "/home/travis/virtualenv/python3.4.1/lib/python3.4/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
utility.execute()
File "/home/travis/virtualenv/python3.4.1/lib/python3.4/site-packages/django/core/management/__init__.py", line 354, in execute
django.setup()
File "/home/travis/virtualenv/python3.4.1/lib/python3.4/site-packages/django/__init__.py", line 21, in setup
apps.populate(settings.INSTALLED_APPS)
File "/home/travis/virtualenv/python3.4.1/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate
app_config = AppConfig.create(entry)
File "/home/travis/virtualenv/python3.4.1/lib/python3.4/site-packages/django/apps/config.py", line 87, in create
module = import_module(entry)
File "/home/travis/virtualenv/python3.4.1/lib/python3.4/importlib/__init__.py", line 109, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
File "<frozen importlib._bootstrap>", line 2224, in _find_and_load_unlocked
ImportError: No module named 'south'
The command "coverage run manage.py test $TESTS --settings=$SETTINGS -v2" exited with 1.
The issue with django 1.7 has to do with south and django's new migrations:
This was from the following test failure:
For references to fixes, see:
Ping: #493, #491
The text was updated successfully, but these errors were encountered: