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
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.
https://pypi.org/project/blessed/1.15.0/ \o/
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.