Ubuntu Pastebin

Paste from dholbach at Fri, 18 Dec 2015 15:49:37 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
daniel@daydream:~/dev/sites/developer-ubuntu-com.rework-importer$ ./env/bin/python manage.py test
/home/daniel/dev/sites/developer-ubuntu-com.rework-importer/env/local/lib/python2.7/site-packages/south/modelsinspector.py:20: RemovedInDjango19Warning: django.contrib.contenttypes.generic is deprecated and will be removed in Django 1.9. Its contents have been moved to the fields, forms, and admin submodules of django.contrib.contenttypes.
  from django.contrib.contenttypes import generic

/home/daniel/dev/sites/developer-ubuntu-com.rework-importer/env/local/lib/python2.7/site-packages/sekizai/templatetags/sekizai_tags.py:6: RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9.
  from django.utils.importlib import import_module

/home/daniel/dev/sites/developer-ubuntu-com.rework-importer/env/local/lib/python2.7/site-packages/ckeditor/widgets.py:10: RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead.
  from django.forms.util import flatatt

Creating test database for alias 'default'...
.ERROR:root:Don't know how to interpret '/tmp/tmplYJZrf/snapcraft/docs/snapcraft overview.svg'.                                                      
.ERROR:root:Don't know how to interpret '/tmp/tmplYJZrf/snapcraft/docs/snapcraft overview.svg'.
.ERROR:root:Don't know how to interpret '/tmp/tmplYJZrf/snapcraft/docs/snapcraft overview.svg'.
..ERROR:root:Don't know how to interpret '/tmp/tmpP9EBHn/snappy/docs/system-updates.rst'.
.ERROR:root:Don't know how to interpret '/tmp/tmpP9EBHn/snappy/docs/system-updates.rst'.
..
----------------------------------------------------------------------
Ran 13 tests in 62.612s

OK
Destroying test database for alias 'default'...
daniel@daydream:~/dev/sites/developer-ubuntu-com.rework-importer$ 
Download as text