Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1592979 - python-blessed FTBFS (builds forever) with Python 3.7
Summary: python-blessed FTBFS (builds forever) with Python 3.7
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-blessed
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Aurelien Bompard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON37
TreeView+ depends on / blocked
 
Reported: 2018-06-19 18:55 UTC by Miro Hrončok
Modified: 2018-06-20 11:14 UTC (History)
2 users (show)

Fixed In Version: python-blessed-1.15.0-1.fc29
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-06-20 11:14:22 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2018-06-19 18:55:25 UTC
When building python-blessed in f29-python side tag (with Python 3.7), it builds forever, looping in the python3 tests. When the teets fail, it appears to either start running them again or just repeating the output from around ~30 % of the tests progress.

https://koji.fedoraproject.org/koji/taskinfo?taskID=27734850
https://koji.fedoraproject.org/koji/taskinfo?taskID=27738606

Version-Release number of selected component (if applicable): python-blessed-1.14.1-7.fc29


Steps to Reproduce: fedpkg build --target=f29-python


Actual results: loops ofrever, build.log has GBs and GBs...


Expected results: builds fine

Comment 1 Avram Lubkin 2018-06-19 22:46:21 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

Comment 2 Avram Lubkin 2018-06-19 23:29:23 UTC
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.

Comment 3 Miro Hrončok 2018-06-20 06:53:45 UTC
https://pypi.org/project/blessed/1.15.0/ \o/

Comment 4 Miro Hrončok 2018-06-20 06:54:30 UTC
Once updated, please build in the side tag with:

    fedpkg build --target=f29-python

Thank you.

Comment 5 Avram Lubkin 2018-06-20 11:02:14 UTC
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.

Comment 6 Miro Hrončok 2018-06-20 11:14:22 UTC
It got built in the side tag. That's all that matters now. Thanks.


Note You need to log in before you can comment on or make changes to this bug.