Bug 1694205 - python-pytest-fixture-config-1.4.0-1.fc31 FTBFS with pytest 4.3
Summary: python-pytest-fixture-config-1.4.0-1.fc31 FTBFS with pytest 4.3
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pytest-fixture-config
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kevin Fenzi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTEST4 PYTHON38
TreeView+ depends on / blocked
 
Reported: 2019-03-29 18:53 UTC by Miro Hrončok
Modified: 2019-07-09 14:54 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-07-09 14:54:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github manahl pytest-plugins pull 134 0 None None None 2019-04-11 13:42:41 UTC

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


Note You need to log in before you can comment on or make changes to this bug.