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

Python updates miscategorize 'PyPy.org is down' as a user error. #5725

Open
1 task done
jeffwidman opened this issue Sep 14, 2022 · 0 comments
Open
1 task done

Python updates miscategorize 'PyPy.org is down' as a user error. #5725

jeffwidman opened this issue Sep 14, 2022 · 0 comments
Labels
L: python:pip Python packages via pip L:python:pip-compile Python packages via pip-compile L: python:pipenv Python packages via pipenv L: python:poetry Python packages via poetry python Dependabot pull requests that update Python code T: bug 🐞 Something isn't working

Comments

@jeffwidman
Copy link
Member

jeffwidman commented Sep 14, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Code improvement description

When PyPI.org is down, Dependabot Core returns the update job as failed with a private_source_authentication_failure error.

This means we categorize the issue as a 'non viable update' thinking it is a user-configuration problem when in fact it is a service issue that should trip alarms.

We should take the dependency source into consideration for pip specifically and check if there is a way we can do generically for package managers that don't throw a specific error for their community index being down.

@jeffwidman jeffwidman added T: bug 🐞 Something isn't working L: python:pip Python packages via pip L: python:poetry Python packages via poetry python Dependabot pull requests that update Python code labels Sep 14, 2022
@jeffwidman jeffwidman added L: python:pipenv Python packages via pipenv L:python:pip-compile Python packages via pip-compile labels Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: python:pip Python packages via pip L:python:pip-compile Python packages via pip-compile L: python:pipenv Python packages via pipenv L: python:poetry Python packages via poetry python Dependabot pull requests that update Python code T: bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant