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

Fix warning in tests for URL verification #16528

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

facutuesca
Copy link
Contributor

@facutuesca facutuesca commented Aug 20, 2024

Fixes the warnings mentioned here: #16205 (comment).

Now we get the Release object from the DB, and we access the verified/unverified URLs using the method Release.urls_by_verify_status(), instead of manually querying the database for the URLs.

cc @woodruffw

Copy link
Member

@miketheman miketheman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@miketheman miketheman merged commit 9de75b8 into pypi:main Aug 20, 2024
18 checks passed
@facutuesca facutuesca deleted the fix-warning-legacy-tests branch August 20, 2024 18:12
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.

2 participants