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: Replace all warn() with warning() #413

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

jirihnidek
Copy link
Collaborator

@jirihnidek jirihnidek commented Jul 1, 2024

@jirihnidek jirihnidek force-pushed the jhnidek/warn_to_warning branch 2 times, most recently from 7eb1111 to 0bb2006 Compare July 2, 2024 12:06
* The warn() has been deprecated for very long time and it
  just become not available in the newest version of Python 3.13
  https://docs.python.org/3.13/whatsnew/3.13.html#logging
* Replaced "warn" with "warning" hopefully on all places
* Fixed some unit tests to reflex change of warn to warning
@jirihnidek jirihnidek force-pushed the jhnidek/warn_to_warning branch from 0bb2006 to f90df3e Compare July 2, 2024 12:41
Copy link
Contributor

@m-horky m-horky left a comment

Choose a reason for hiding this comment

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

LGTM

@m-horky m-horky merged commit 6765c53 into main Jul 2, 2024
8 checks passed
@m-horky m-horky deleted the jhnidek/warn_to_warning branch July 2, 2024 15:05
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