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

pip list --outdated fix #9048

Closed
wants to merge 1 commit into from
Closed

pip list --outdated fix #9048

wants to merge 1 commit into from

Conversation

richboss
Copy link

@richboss richboss commented Oct 25, 2020

Fixes #9047.

@brainwane brainwane changed the title fix for issue #9047 pip list --outdated fix Oct 29, 2020
@brainwane
Copy link
Contributor

@richboss Thanks for the bug report on #9047 and for this pull request! Could you rebase it against master and re-push it to trigger fresh continuous integration runs? Looks like we had an issue with Mac OS that is now fixed (#9030).

@brainwane
Copy link
Contributor

Also, if you could improve the commit message to be more descriptive, that would be great. Here's a guide to help you write commit messages that are more descriptive.

Here are some tips on tidying your commit history, including changing your commit messages. And when you update your code or your commit message, you can update your pull request and the changes will appear here. :)

Add an additional check for a special case where semlock_open seemingly exists but doesn't work (OSError is raised because function is not implemented)
@richboss
Copy link
Author

My patch looks quite innocuous, but tests are failing and I can't see why. Apparently this is not the way to proceed.

@richboss richboss closed this Oct 30, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pip list --outdated fails on platforms where sem_open exists but is not implemented
2 participants