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

DeprecationWarning: It is deprecated to return a value that is not None from a test cas #152

Open
rffontenelle opened this issue Mar 29, 2024 · 0 comments

Comments

@rffontenelle
Copy link

Since Python 3.11, tests & coverage will warn:

/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/unittest/case.py:690: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestPoFile.test_save_as_mofile of <__main__.TestPoFile testMethod=test_save_as_mofile>>)
return self.run(*args, **kwds)

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

No branches or pull requests

1 participant