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
gh-97837: Change deprecation warning message in unittest
#97838
Conversation
Not sure if I was added as a reviewer by mistake - I don't seem to be an owner for any of these areas. |
Thanks @sobolevn for the PR, and @orsenthil for merging it |
Thanks @sobolevn for the PR, and @orsenthil for merging it |
Thanks @sobolevn for the PR, and @orsenthil for merging it |
GH-97887 is a backport of this pull request to the 3.11 branch. |
…honGH-97838) (cherry picked from commit c3648f4) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
DeprecationWarning
inunittest
: It is deprecated to return a value!=None #97837