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.
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.
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?
After fix, please, build in a side tag with fedpkg build --target=f29-python.
Done.