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 1716535

Summary: python-tinyrpc fails to build with Python 3.8
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-tinyrpcAssignee: Alfredo Moralejo <amoralej>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: amoralej, jpena
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://copr.fedorainfracloud.org/coprs/g/python/python3.8/package/python-tinyrpc/
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-04 10:25:05 UTC Type: ---
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    

Description Miro Hrončok 2019-06-03 14:41:06 UTC
See https://copr.fedorainfracloud.org/coprs/g/python/python3.8/package/python-tinyrpc/ for actual logs. This report is automated and not very verbose, but feel free to ping me for help.

Comment 1 Alfredo Moralejo 2019-06-04 09:06:41 UTC
The actual issue is related to pytest update to > 4 while it's pinned in upstream to 3.6.3. Apparently pytest 4 has broken backwards compatibility. I'v reported it in https://github.com/mbr/tinyrpc/issues/75 and i will disable the unit tests to get package builds fine.

Comment 2 Alfredo Moralejo 2019-06-04 09:52:15 UTC
I've pushed https://src.fedoraproject.org/rpms/python-tinyrpc/c/ee92a4c0923e5fc8db9735b409134326c0800a2a?branch=master which should fix it. Could you try to rebuild python-tinyrpc-1.0.1-1.fc31 with python-3.8?

Comment 3 Miro Hrončok 2019-06-04 10:25:05 UTC
It works, thanks.