Summary: | dev-python/sqlalchemy-1.4.35 fails tests on stable sparc (WarnDeprecatedLimitedTest.test_warn_deprecated_limited_cap) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 841104 | ||
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() Created attachment 777773 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
=================================== FAILURES =================================== __________ WarnDeprecatedLimitedTest.test_warn_deprecated_limited_cap __________ Traceback (most recent call last): File "/var/tmp/portage/dev-python/sqlalchemy-1.4.35/work/SQLAlchemy-1.4.35/test/base/test_warnings.py", line 36, in test_warn_deprecated_limited_cap eq_(len(messages), cap) File "/var/tmp/portage/dev-python/sqlalchemy-1.4.35/work/SQLAlchemy-1.4.35/lib/sqlalchemy/testing/assertions.py", line 252, in eq_ assert a == b, msg or "%r != %r" % (a, b) AssertionError: 5 != 10 assert 5 == 10 +5 -10 Sounds like a silly test? The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce08cefbb2ce835a7d1bfc440ad89a1712763be commit bce08cefbb2ce835a7d1bfc440ad89a1712763be Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2022-05-11 05:58:46 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2022-05-11 06:19:11 +0000 dev-python/sqlalchemy: Deselect warning tests Closes: https://bugs.gentoo.org/843425 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/sqlalchemy/sqlalchemy-1.4.35.ebuild | 5 ++++- dev-python/sqlalchemy/sqlalchemy-1.4.36.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) |