Bug 1792067
Summary: | python-curio fails to build with Python 3.9: async/await not allowed inside an async_thread context block | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro HronÄok <mhroncok> |
Component: | python-curio | Assignee: | Carl George š¤ <carl> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | carl, cstratak, mhroncok |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-03-18 04:13:29 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1785415 |
Description
Miro HronÄok
2020-01-16 23:22:36 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32. Carl, could you please have look and report this upstream if needed? Thanks. Looks like upstream added tests that make outbound internet connections [0]. I sorted it out with a pytest custom marker, but it looks like upstream doesn't typically accept pull requests. I've opened an issue to see if they're interested [1]. I've added it as a patch in the spec file, and it now builds on Rawhide [2] as well as locally with the @python/python3.9 COPR. [0]: https://github.com/dabeaz/curio/commit/96ed9c5375ef6c24b373870f757994268cae36a8 [1]: https://github.com/dabeaz/curio/issues/320 [2]: https://bodhi.fedoraproject.org/updates/FEDORA-2020-c683439106 Thank You! |