Bug 1592979
| Summary: | python-blessed FTBFS (builds forever) with Python 3.7 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | python-blessed | Assignee: | Aurelien Bompard <aurelien> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | aurelien, aviso |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-blessed-1.15.0-1.fc29 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-06-20 11:14:22 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: | 1565020 | ||
|
Description
Miro Hrončok
2018-06-19 18:55:25 UTC
Not sure why it's looping. I suspect it's a change in behaviour for pytest. As far as the failing, blessed doesn't support 3.7 yet. I submitted a pull request about a month ago. https://github.com/jquast/blessed/pull/102 Looks like it's looping because 'looponfailroots = blessed' is specified in the tox.ini file. I'm not having much luck overriding it on the command line, but we can add --exitfirst so it exits on the first failure. Once updated, please build in the side tag with:
fedpkg build --target=f29-python
Thank you.
Updated. I was sloppy while trying to rush to get this done before work, so I messed up the changelog on the first build and forgot the side tag when I went back to fix that. Not sure the best way to resolve that or if it even needs resolving. Sorry about that, hopefully I did more good than harm. It got built in the side tag. That's all that matters now. Thanks. |