| Summary: | dev-python/lazy-object-proxy-1.9.0 fails tests with pypy3 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | mgorny |
| Priority: | Normal | Keywords: | TESTFAILURE |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2023-07-18 07:25:32 UTC
Created attachment 865702 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern: E TypeError: unsupported operand type(s) for pow(): 'int', 'Proxy', 'int' E TypeError: unsupported operand type(s) for pow(): 'int', 'SubclassOf_Proxy', 'int' FAILED tests/test_lazy_object_proxy.py::test_pow[normal-simple] - TypeError: ... FAILED tests/test_lazy_object_proxy.py::test_pow[normal-slots] - TypeError: u... FAILED tests/test_lazy_object_proxy.py::test_pow[subclassed-simple] - TypeErr... FAILED tests/test_lazy_object_proxy.py::test_pow[subclassed-slots] - TypeErro... Failure is with pypy3. 1.10.0 passes for me. |