Skip to content

Instantly share code, notes, and snippets.

@aboudreault
Created July 10, 2014 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aboudreault/e6fd7fe8ed8475a765ba to your computer and use it in GitHub Desktop.
Save aboudreault/e6fd7fe8ed8475a765ba to your computer and use it in GitHub Desktop.
edxapp@precise64:~/edx-platform$ python manage.py lms test --settings=test common/djangoapps/course_groups/tests/
Traceback (most recent call last):
File "manage.py", line 90, in <module>
startup = importlib.import_module(edx_args.startup)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/edx/app/edxapp/edx-platform/lms/startup.py", line 8, in <module>
settings.INSTALLED_APPS # pylint: disable=W0104
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py", line 184, in inner
self._setup()
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py", line 42, in _setup
self._wrapped = Settings(settings_module)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py", line 93, in __init__
mod = importlib.import_module(self.SETTINGS_MODULE)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module
__import__(name)
File "/edx/app/edxapp/edx-platform/lms/envs/test.py", line 15, in <module>
from .common import *
File "/edx/app/edxapp/edx-platform/lms/envs/common.py", line 37, in <module>
from lms.lib.xblock.mixin import LmsBlockMixin
File "/edx/app/edxapp/edx-platform/lms/lib/xblock/mixin.py", line 10, in <module>
class LmsBlockMixin(XBlockMixin):
File "/edx/app/edxapp/edx-platform/lms/lib/xblock/mixin.py", line 44, in LmsBlockMixin
deprecated=True
TypeError: __init__() got an unexpected keyword argument 'deprecated'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment