-
-
Notifications
You must be signed in to change notification settings - Fork 635
Labels
type: pippip/pypi integrationpip/pypi integration
Description
This is just a laundry list for the flag to be flipped by default and enable better dependency graph construction using the marker settings.
- Add
expressions_anyto theenv_marker_settingmacro so that we can create many targets under the hood so that eachFeatureFlagInfoproducing target would be processing smaller expressions. At the moment we just do(expr1) or (expr2) or ...combination, which feel like it may make the tokenizing more nested and we cannot short-circuit early unless we improve the parser. - Wait for the Improve the
pip.parseAPI to allow for incremental building of the configuration #2747 to be finished so that users can have levers to pull to configure the env marker evaluation when parsing requirements files. - Enable
pipstarby default inrules_pythonCI - Ask users to test
pipstarin isolation before the next release. - (optional) add an example in the documentation how to configure
platform_versionand similar?
Am I missing some steps?
Sub-issues
Metadata
Metadata
Assignees
Labels
type: pippip/pypi integrationpip/pypi integration