1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
python-wrapt 1.8.0-4 Failed 64.166651321
Reason: TESTS_FAILURES
1-line summary:
Tests failures
multi-line summary:
debian/rules:24: recipe for target 'override_dh_auto_test' failed
excerpt for mail:
tests/test_object_proxy.py:99:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <ObjectProxy at 0x7f292d8e09f0 for function at 0x7f292d723848>
name = '_self_variable', value = True
def __setattr__(self, name, value):
if name.startswith('_self_'):
> object.__setattr__(self, name, value)
E AttributeError: 'ObjectProxy' object has no attribute '_self_variable'
wrapt/wrappers.py:146: AttributeError
===================== 1 failed, 309 passed in 1.15 seconds =====================
make[1]: *** [override_dh_auto_test] Error 1
debian/rules:24: recipe for target 'override_dh_auto_test' failed
|