Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910536 - dev-python/wrapt-1.15.0 fails tests (PYTHON-3.12-SYSTEM): TypeError: unsupported operand type(s) for pow(): int, ObjectProxy, int
Summary: dev-python/wrapt-1.15.0 fails tests (PYTHON-3.12-SYSTEM): TypeError: unsuppor...
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:
 
Reported: 2023-07-19 07:01 UTC by Agostino Sarubbo
Modified: 2023-11-05 05:23 UTC (History)
0 users

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


Attachments
build.log (build.log,115.00 KB, text/plain)
2023-07-19 07:01 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 2023-07-19 07:01:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/wrapt-1.15.0 fails tests (PYTHON-3.12-SYSTEM).
Discovered on: amd64 (internal ref: python-3.12_tinderbox)

NOTE:
(PYTHON-3.12-SYSTEM) in the summary means that the bug was found on a machine that runs python-3.12 but this bug MAY or MAY NOT BE related to the new python version
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-19 07:01:32 UTC
Created attachment 865784 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-19 07:01:33 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       TypeError: unsupported operand type(s) for pow(): 'int', 'ObjectProxy', 'int'
FAILED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pow - TypeEr...
Comment 3 Larry the Git Cow gentoo-dev 2023-11-05 05:23:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdfb214d5b0ceca6f0ed4aedf9f781b085751c9

commit 5bdfb214d5b0ceca6f0ed4aedf9f781b085751c9
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-11-05 04:49:07 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-11-05 04:49:07 +0000

    dev-python/wrapt: Fix test failures on pypy3
    
    Closes: https://bugs.gentoo.org/910536
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/wrapt/wrapt-1.15.0.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)