Bug 1709746

Summary: python-rpmfluff FTBFS with Python 3.8
Product: [Fedora] Fedora Reporter: Lumír Balhar <lbalhar>
Component: python-rpmfluffAssignee: Jan Hutař <jhutar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dshea, igor.raits, jal233, jhutar, mhroncok
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-rpmfluff-0.5.7.1-1.fc31 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-15 12:46:36 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: 1686977    
Attachments:
Description Flags
Full build log from COPR none

Description Lumír Balhar 2019-05-14 09:06:01 UTC
Created attachment 1568319 [details]
Full build log from COPR

python-rpmfluff-0.5.6-1.fc31 fails to build from source in Fedora rawhide with Python 3.8.

The problem is in tests where more than half fails:

BUILDSTDERR: Ran 72 tests in 6.203s
BUILDSTDERR: FAILED (failures=11, errors=46, skipped=5)

Comment 1 Miro Hrončok 2019-05-15 12:32:47 UTC
TypeError: 'in <string>' requires string as left operand, not bytes

This might be caused by bz1693751.

Comment 2 Miro Hrončok 2019-05-15 12:35:48 UTC
Retesting with 0.5.7

Comment 3 Miro Hrončok 2019-05-15 12:46:36 UTC
Fixed there.

Comment 4 Jan Hutař 2019-05-15 18:54:41 UTC
Thank you. Awesome.