Bug 2026932
Summary: | python-oauthlib fails to build with Python 3.11: AttributeError: 'ErrorResponseTest' object has no attribute 'assertRaisesRegexp' | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
Component: | python-oauthlib | Assignee: | Fedora Infrastructure SIG <infra-sig> |
Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | hugovk+redhatbugzilla, infra-sig, jhrozek, mhroncok, puiterwijk, rbean, thrnciar |
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: | 2022-02-07 15:32:14 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: | 2016048 |
Description
Tomáš Hrnčiar
2021-11-26 14:13:27 UTC
Fixed in https://github.com/oauthlib/oauthlib/pull/772 (Aug 2021) / https://github.com/oauthlib/oauthlib/pull/779 (Oct 2021), but not yet released (last was Jun 2021). Removal of unittest aliases was reverted in Python 3.11 and will be part of Python 3.12, so the above failure is not present anymore, thus I am closing this. |