debian/source.lintian-overrides
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 29 Nov 2017 17:08:05 +0100
changeset 12232 24393ce335f5
parent 11402 e60a8e5d29ef
permissions -rw-r--r--
[gcdebug] Only ignore weakref.WeakKeyDictionary class on Python 2 From Python 3.5, this class fails isinstance check with the following error: :: cls = <class 'weakref.WeakKeyDictionary'>, instance = <functools._lru_list_elem object at 0x7f4331859a48> def __instancecheck__(cls, instance): """Override for isinstance(instance, cls).""" # Inline the cache checking > subclass = instance.__class__ E AssertionError: [<class 'AttributeError'> in gc] 'functools._lru_list_elem' object has no attribute '__class__' /usr/lib/python3.5/abc.py:181: AssertionError I have no clue why this happens, but it makes cubicweb.web.test.test_views.AutomaticWebTest.test_startup_views fail on Python 3.5. So only consider this class for Python 2.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11402
e60a8e5d29ef [debian] add a lintian override for source-is-missing about jquery.flot.js
David Douard <david.douard@logilab.fr>
parents:
diff changeset
     1
cubicweb source: source-is-missing cubicweb/web/data/jquery.flot.js line length is * characters (>512)