Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878345 - dev-python/urwid-2.1.2-r1: add python3_11
Summary: dev-python/urwid-2.1.2-r1: add python3_11
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:
Depends on:
Blocks:
 
Reported: 2022-10-26 07:10 UTC by Andrey Grozin
Modified: 2023-02-25 09:44 UTC (History)
1 user (show)

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


Attachments
comment out a test failing in python3_11 (urwid-2.1.2-python-3.11.patch,1.02 KB, patch)
2022-10-26 07:10 UTC, Andrey Grozin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Grozin gentoo-dev 2022-10-26 07:10:30 UTC
Created attachment 825481 [details, diff]
comment out a test failing in python3_11

test_event_loops.py contains @asyncio.coroutine which has been removed in 3.11. A simplest solution is to comment out this test (see the patch). There are other problems with tests, see https://bugs.gentoo.org/870073.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-02-25 09:44:50 UTC
FWICS it's done.