Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement package-selection CLI in nox -s vendoring #11782

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

pradyunsg
Copy link
Member

This makes it easier to update/not update certain packages.

This makes it easier to update/not update certain packages.
@pradyunsg pradyunsg added project: vendored dependency Related to a vendored dependency skip news Does not need a NEWS file entry (eg: trivial changes) labels Feb 6, 2023
Comment on lines -202 to +209
if name == "setuptools":
if name in args.skip:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where does setuptools go?

Copy link
Member Author

@pradyunsg pradyunsg Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nox -s vendoring -- --upgrade-all --skip setuptools

@pradyunsg pradyunsg merged commit 8b7955d into pypa:main Feb 8, 2023
@pradyunsg pradyunsg deleted the better-vendoring branch February 8, 2023 10:18
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
project: vendored dependency Related to a vendored dependency skip news Does not need a NEWS file entry (eg: trivial changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants