Bug 1831126
Summary: | python-testtools fails to build with Python 3.9: New SyntaxError messages break 2 tests | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python-testtools | Assignee: | Michel Lind <michel> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, kumarpraveen.nitdgp, mhroncok, michel, mplch, pviktori, python-sig, ramkrsna |
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-05-16 20:51:10 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-05-04 17:12:53 UTC
Oh fun. Python releases nowadays give me deja vu from the days when every GCC release breaks C++ apps :D Please don't rely on the exact wording of error messages. Changing those is fair game.
> every GCC release breaks C++ apps
As opposed to -fno-common breaking both C and C++ apps? </jab>
(In reply to Petr Viktorin from comment #2) > Please don't rely on the exact wording of error messages. Changing those is > fair game. > Yeah, I'll suggest that to upstream. The difference in output between py38 and py39 are actually very minimal. Reported upstream: https://github.com/testing-cabal/testtools/pull/293 A patched version that works fine in my local Mock with Python 3.9 has been built for Rawhide (python-testtools-2.4.0-4.fc33) -- https://koji.fedoraproject.org/koji/taskinfo?taskID=44587987 Thanks. |