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: Fix azure linter problems with pip 21.1 #18869

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

charris
Copy link
Member

@charris charris commented Apr 28, 2021

The default Python 3.8 pip version seems to have been upgraded, leading
to a large number of harmless messages being printed during package
installation. This PR fixes the linter script to ignore the messages.

The default Python 3.8  pip version seems to have been upgraded, leading
to a large number of harmless messages being printed during package
installation. This PR fixes the linter script to ignore the messages.
@seberg
Copy link
Member

seberg commented Apr 28, 2021

Heh, happy to just put this in. I am surprised pip would print things to stderr when there is no error, but OK...

@charris charris changed the title MAINT: Fix azure linter problems with pip 20.1 MAINT: Fix azure linter problems with pip 21.1 Apr 28, 2021
@charris
Copy link
Member Author

charris commented Apr 28, 2021

I am surprised pip would print things to stderr

Me too. Also the availability of upgrades. Could be that it is something azure does.

@charris charris merged commit 58a77d0 into numpy:main Apr 28, 2021
@charris charris deleted the fix-linter-for-pip branch May 3, 2021 17:27
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

2 participants