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 1694205

Summary: python-pytest-fixture-config-1.4.0-1.fc31 FTBFS with pytest 4.3
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-pytest-fixture-configAssignee: Kevin Fenzi <kevin>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: kevin
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-09 14:54:42 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: 1671167, 1686977    

Description Miro Hrončok 2019-03-29 18:53:38 UTC
The pytest version is pinned:

Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.heIEyb
+ umask 022
+ cd /builddir/build/BUILD
+ cd pytest-fixture-config-1.4.0
+ /usr/bin/python2 setup.py test
running test
Searching for pytest<4.0.0
Reading https://pypi.org/simple/pytest/
Download error on https://pypi.org/simple/pytest/: [Errno -2] Name or service not known -- Some packages may not be found!
Couldn't retrieve index page for 'pytest'
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
Download error on https://pypi.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found!
No local packages or working download links found for pytest<4.0.0
error: Could not find suitable distribution for Requirement.parse('pytest<4.0.0')
error: Bad exit status from /var/tmp/rpm-tmp.heIEyb (%check)
    Bad exit status from /var/tmp/rpm-tmp.heIEyb (%check)

This blocks the bootstrap of Python 3.8.

Comment 1 Miro Hrončok 2019-04-11 13:42:42 UTC
This should be fixed byt he following (merged) Pull Request: https://github.com/manahl/pytest-plugins/pull/134