Bug 2142046 - nest fails to build with pytest 7.2 - missing dependency on python3-setuptools
Summary: nest fails to build with pytest 7.2 - missing dependency on python3-setuptools
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nest
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ankur Sinha (FranciscoD)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F38FTBFS 2137514
TreeView+ depends on / blocked
 
Reported: 2022-11-11 13:03 UTC by Lumír Balhar
Modified: 2022-12-25 14:23 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2022-12-25 14:23:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Lumír Balhar 2022-11-11 13:03:41 UTC
I'm testing an update to pytest 7.2.0 and I've discovered a problem with this package.

This package needs python3-setuptools to build but this dependency is not specified as a BuildRequires in its specfile.

This fact didn't cause any trouble before because python3-pytest <7.2 depends on python3-setuptools so setuptools have been installed as a transitive dependency. pytest uses a different build backend now which means that when we update it to the latest version, this package will fail to build.

The plan is to update pytest in ~2 weeks.

If you want to, you can find the failed build in https://copr.fedorainfracloud.org/coprs/lbalhar/pytest/

Comment 1 Ankur Sinha (FranciscoD) 2022-11-11 13:41:27 UTC
Thanks, we'll take care of it.

Comment 2 Lumír Balhar 2022-11-23 12:20:40 UTC
Our plan is to ship the updated pytest during the next week. If you need any assistance from us, feel free to say so.

Comment 3 Orion Poplawski 2022-12-22 21:20:23 UTC
I've filed https://src.fedoraproject.org/rpms/nest/pull-request/2


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