Skip to content

Instantly share code, notes, and snippets.

@mkoistinen
Last active April 27, 2016 01:24
Show Gist options
  • Save mkoistinen/d4925e3457c07c007ea4a3331befa3e7 to your computer and use it in GitHub Desktop.
Save mkoistinen/d4925e3457c07c007ea4a3331befa3e7 to your computer and use it in GitHub Desktop.
> tox -r -e py34-django17-cms32
GLOB sdist-make: /Users/mkoistinen/repos/djangocms-text-ckeditor/setup.py
py34-django17-cms32 inst-nodeps: /Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/dist/djangocms-text-ckeditor-2.7.2.zip
py34-django17-cms32 installed: coverage==4.0.3,dj-database-url==0.4.1,Django==1.9.5,django-classy-tags==0.7.2,django-cms==3.3.0.dev4,django-formtools==1.0,django-sekizai==0.9.0,Django-Select2==4.3.2,django-treebeard==4.0,djangocms-admin-style==1.1.1,djangocms-helper==0.9.4.post2,djangocms-link==1.7.2,djangocms-picture==1.0.0,djangocms-text-ckeditor==2.7.2,docopt==0.6.2,html5lib==0.9999999,mock==2.0.0,pbr==1.9.1,Pillow==3.2.0,pyflakes==1.1.0,six==1.10.0,South==1.0.2
py34-django17-cms32 runtests: PYTHONHASHSEED='499885356'
py34-django17-cms32 runtests: commands[0] | python setup.py test
running test
running egg_info
writing djangocms_text_ckeditor.egg-info/PKG-INFO
writing dependency_links to djangocms_text_ckeditor.egg-info/dependency_links.txt
writing top-level names to djangocms_text_ckeditor.egg-info/top_level.txt
writing requirements to djangocms_text_ckeditor.egg-info/requires.txt
reading manifest file 'djangocms_text_ckeditor.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory '*'
writing manifest file 'djangocms_text_ckeditor.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
File "setup.py", line 49, in <module>
test_suite='test_settings.run',
File "/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/lib/python3.4/site-packages/setuptools/command/test.py", line 159, in run
self.with_project_on_sys_path(self.run_tests)
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/lib/python3.4/site-packages/setuptools/command/test.py", line 140, in with_project_on_sys_path
func()
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/lib/python3.4/site-packages/setuptools/command/test.py", line 180, in run_tests
testRunner=self._resolve_as_ep(self.test_runner),
File "/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/main.py", line 92, in __init__
self.parseArgs(argv)
File "/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/main.py", line 139, in parseArgs
self.createTests()
File "/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/main.py", line 146, in createTests
self.module)
File "/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/loader.py", line 146, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/loader.py", line 146, in <listcomp>
suites = [self.loadTestsFromName(name, module) for name in names]
File "/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/loader.py", line 131, in loadTestsFromName
test = obj()
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/test_settings.py", line 80, in run
runner.cms('djangocms_text_ckeditor')
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/lib/python3.4/site-packages/djangocms_helper/runner.py", line 52, in cms
return runner(argv)
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/lib/python3.4/site-packages/djangocms_helper/runner.py", line 86, in runner
return main(argv)
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/lib/python3.4/site-packages/djangocms_helper/main.py", line 387, in main
return core(args=args, application=application)
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/lib/python3.4/site-packages/djangocms_helper/main.py", line 304, in core
_make_settings(args, application, settings, STATIC_ROOT, MEDIA_ROOT)
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/lib/python3.4/site-packages/djangocms_helper/utils.py", line 344, in _make_settings
django.setup()
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/lib/python3.4/site-packages/django/__init__.py", line 18, in setup
apps.populate(settings.INSTALLED_APPS)
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/lib/python3.4/site-packages/django/apps/registry.py", line 108, in populate
app_config.import_models(all_models)
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/lib/python3.4/site-packages/django/apps/config.py", line 202, in import_models
self.models_module = import_module(models_module_name)
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/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 2226, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
File "<frozen importlib._bootstrap>", line 1129, in _exec
File "<frozen importlib._bootstrap>", line 1471, in exec_module
File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/djangocms_text_ckeditor/test_app/models.py", line 4, in <module>
from djangocms_text_ckeditor.fields import HTMLField
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/djangocms_text_ckeditor/fields.py", line 9, in <module>
from .html import clean_html
File "/Users/mkoistinen/repos/djangocms-text-ckeditor/djangocms_text_ckeditor/html.py", line 7, in <module>
from django.utils.module_loading import import_by_path
ImportError: cannot import name 'import_by_path'
ERROR: InvocationError: '/Users/mkoistinen/repos/djangocms-text-ckeditor/.tox/py34-django17-cms32/bin/python setup.py test'
______________________________________________________________________________ summary _______________________________________________________________________________
ERROR: py34-django17-cms32: commands failed
py26-django16-cms30: commands succeeded
py27-django16-cms30: commands succeeded
py27-django17-cms30: commands succeeded
SKIPPED: py33-django16-cms30: InterpreterNotFound: python3.3
SKIPPED: py33-django17-cms30: InterpreterNotFound: python3.3
py34-django16-cms30: commands succeeded
py34-django17-cms30: commands succeeded
py26-django16-cms31: commands succeeded
ERROR: py26-django16-cms32: commands failed
py27-django16-cms31: commands succeeded
ERROR: py27-django16-cms32: commands failed
py27-django17-cms31: commands succeeded
ERROR: py27-django17-cms32: commands failed
py27-django18-cms31: commands succeeded
py27-django18-cms32: commands succeeded
SKIPPED: py33-django16-cms31: InterpreterNotFound: python3.3
SKIPPED: py33-django16-cms32: InterpreterNotFound: python3.3
SKIPPED: py33-django17-cms31: InterpreterNotFound: python3.3
SKIPPED: py33-django17-cms32: InterpreterNotFound: python3.3
SKIPPED: py33-django18-cms31: InterpreterNotFound: python3.3
SKIPPED: py33-django18-cms32: InterpreterNotFound: python3.3
py34-django16-cms31: commands succeeded
ERROR: py34-django16-cms32: commands failed
py34-django17-cms31: commands succeeded
ERROR: py34-django17-cms32: commands failed
py34-django18-cms31: commands succeeded
py34-django18-cms32: commands succeeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment