Source: frozenlist
Version: 1.8.0-1
Severity: serious
Tags: ftbfs
User: [email protected]
Usertags: python3.14
__________________________ TestFrozenList.test_iface
___________________________
self = <test_frozenlist.TestFrozenList object at 0xffff937b3e10>
def test_iface(self) -> None:
for name in set(dir(MutableSequence)) - self.SKIP_METHODS:
if name.startswith("_") and not name.endswith("_"):
continue
> assert hasattr(self.FrozenList, name)
E AssertionError: assert False
E + where False = hasattr(<class
'frozenlist._frozenlist.FrozenList'>, '__annotate_func__')
E + where <class 'frozenlist._frozenlist.FrozenList'> =
<test_frozenlist.TestFrozenList object at 0xffff937b3e10>.FrozenList
name = '__annotate_func__'
self = <test_frozenlist.TestFrozenList object at 0xffff937b3e10>
tests/test_frozenlist.py:32: AssertionError
https://buildd.debian.org/status/fetch.php?pkg=frozenlist&arch=arm64&ver=1.8.0-1%2Bb1&stamp=1764940430&raw=0
-- System Information:
Debian Release: forky/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.17.7+deb14+1-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled