Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 843425 - dev-python/sqlalchemy-1.4.35 fails tests on stable sparc (WarnDeprecatedLimitedTest.test_warn_deprecated_limited_cap)
Summary: dev-python/sqlalchemy-1.4.35 fails tests on stable sparc (WarnDeprecatedLimit...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 841104
  Show dependency tree
 
Reported: 2022-05-09 13:47 UTC by Agostino Sarubbo
Modified: 2022-05-11 06:19 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,132.88 KB, application/x-xz)
2022-05-09 13:47 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-05-09 13:47:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/sqlalchemy-1.4.35 fails tests on stable sparc.
Discovered on: sparc (internal ref: sparc_at)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-09 13:47:17 UTC
Created attachment 777773 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-11 01:14:18 UTC
=================================== 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?
Comment 3 Larry the Git Cow gentoo-dev 2022-05-11 06:19:16 UTC
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(-)