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: use logger.warning instead of logging.warn #1326

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Apr 6, 2024

Summary of changes

logging.warn is deprecated.
Use logger instead of logging as is done in every other file.

Test plan

Check no deprecation warnings at the end of the test sessions.

`logging.warn` is deprecated.
Use `logger` instead of `logging` as is done in every other file.
@dukecat0 dukecat0 merged commit fb9420c into pypa:main Apr 6, 2024
14 checks passed
@mayeut mayeut deleted the fix-warning branch April 7, 2024 07:22
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