Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471868 - dev-python/django-debug-toolbar-0.9.4-r1 test error
Summary: dev-python/django-debug-toolbar-0.9.4-r1 test error
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2013-05-31 03:24 UTC by Mike Gilbert
Modified: 2015-03-12 07:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2013-05-31 03:24:06 UTC
* python2_6: running distutils-r1_run_phase python_test
/usr/lib64/python2.6/site-packages/django/conf/urls/defaults.py:3: DeprecationWarning: django.conf.urls.defaults is deprecated; use django.conf.urls instead
  DeprecationWarning)
/usr/lib64/python2.6/site-packages/django/utils/hashcompat.py:9: DeprecationWarning: django.utils.hashcompat is deprecated; use hashlib instead
  DeprecationWarning)
..............E..
======================================================================
ERROR: test_queryset_hook (tests.tests.TemplatePanelTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/portage/dev-python/django-debug-toolbar-0.9.4-r1/work/django-debug-toolbar-0.9.4-python2_6/tests/tests.py", line 240, in test_queryset_hook
    self.assertEquals(ctx['queryset'], '<<queryset of auth.User>>')
KeyError: 'queryset'

----------------------------------------------------------------------
Ran 17 tests in 0.174s
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2015-03-12 07:50:19 UTC
Works with all current versions.