Bug 1596705

Summary: brd: Tests fail with Python 3.7
Product: [Fedora] Fedora Reporter: Marcel Plch <mplch>
Component: brdAssignee: Jeff Backus <jeff.backus>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jeff.backus, mhroncok
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: brd-1.0-10.fc29 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-06-30 17:04: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: 1565020    

Description Marcel Plch 2018-06-29 13:45:36 UTC
Description of problem:
When built against python37, the tests don't pass.

Version-Release number of selected component (if applicable):
1.0-10

How reproducible:
always

Steps to Reproduce:
1. fedpkg clone brd
2. cd brd
3. fedpkg --release master build --target=f29-python --srpm --scratch

Actual results:
Tests don't pass.

Expected results:
Tests pass.

Additional info:
After fix, please, build in a side tag with --target=f29-python.

Comment 1 Marcel Plch 2018-06-29 14:50:09 UTC
I have created a pull request that solves this issue:
https://src.fedoraproject.org/rpms/brd/pull-request/1

Upstream should be notified of these problems.

Comment 2 Jeff Backus 2018-06-29 16:07:39 UTC
Hi Marcel,

Thanks for the patch! I'll submit to upstream. Should I update the package after merge or will this be taken care as part of the Python 3.7 upgrade?

Comment 3 Miro Hrončok 2018-06-29 16:28:00 UTC
After fix, please, build in a side tag with fedpkg build --target=f29-python.

Comment 4 Miro Hrončok 2018-06-30 17:04:10 UTC
Done.