Skip to content

Ignore yanked releases when installing debugpy #7972

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

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

AdamYoblick
Copy link
Contributor

We ran into an issue where this script was failing because of an incomplete release to PyPi. I tried yanking the release but this script was still failing.
Upon investigating, it's because this script gets all the releases for debugpy, even the yanked ones. This was causing latest to still refer to the yanked release, which is no good.

The new logic removes all yanked releases from the list of available releases, before trying to download anything.

@AdamYoblick AdamYoblick requested a review from a team as a code owner August 6, 2024 20:32
Copy link

sonarqubecloud bot commented Aug 6, 2024

@AdamYoblick AdamYoblick merged commit dfcc3a9 into main Aug 6, 2024
5 of 6 checks passed
@AdamYoblick AdamYoblick deleted the fix_debugpy_install branch August 6, 2024 21:00
@AdamYoblick AdamYoblick restored the fix_debugpy_install branch August 6, 2024 21:00
@AdamYoblick AdamYoblick deleted the fix_debugpy_install branch January 17, 2025 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants