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

MAINT: Disable pip version check for azure lint check. #18851

Merged
merged 1 commit into from
Apr 25, 2021

Conversation

charris
Copy link
Member

@charris charris commented Apr 25, 2021

If the installed version is not up to date, the terminal notification of such is treated as an error. Unfortunately, pip 21.0.0 released 04/24/2021 has a number new warnings, so upgrading is not a solution. The option taken here is to disable the pip version check.

The reason the pip warnings cause problems is the setting failOnStderr: true. We could instead
disable that for the dependency installs.

If the installed version is not up to date, the terminal notification
of such is treated as an error.
@charris charris force-pushed the use-current-pip-for-linting branch from 1b1e946 to 5e8a1ef Compare April 25, 2021 20:02
@charris charris changed the title MAINT: Make linter use latest pip version. MAINT: Disable pip version check for azure lint check. Apr 25, 2021
@charris charris merged commit 65a3e7d into numpy:main Apr 25, 2021
@charris charris deleted the use-current-pip-for-linting branch April 25, 2021 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant