-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
PEP implementationInvolves some PEPInvolves some PEPauto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationstate: needs discussionThis needs some more discussionThis needs some more discussiontype: enhancementImprovements to functionalityImprovements to functionality
Milestone
Description
pip/src/pip/_internal/req/req_install.py
Line 450 in 018f03a
return (build_sys.get('requires', ['setuptools', 'wheel']), True) |
If other @pypa/pip-committers think it's a good idea, we should not isolate if there's no build-system.requires
in the pyproject.toml
file.
This isn't something I noticed earlier but maybe this would have eased transitions (prevented issues like the one with pandas). I still think it would be a good idea to do this.
Metadata
Metadata
Assignees
Labels
PEP implementationInvolves some PEPInvolves some PEPauto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationstate: needs discussionThis needs some more discussionThis needs some more discussiontype: enhancementImprovements to functionalityImprovements to functionality