We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On CentOS 7 with Python 3.6:
2021-07-02 15:49:04,552 - test-bot - WARNING - /home/abuild/rpmbuild/BUILD/intelmq/intelmq/bots/experts/rdap/expert.py:116: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
That caused the test case to fail as this is a WARNING in the logs.
logging.warn is not even documented https://docs.python.org/3/library/logging.html
logging.warn
Python devs are not sure if it should stay or not: https://bugs.python.org/issue44543
The text was updated successfully, but these errors were encountered:
b6bfe06
No branches or pull requests
On CentOS 7 with Python 3.6:
That caused the test case to fail as this is a WARNING in the logs.
logging.warn
is not even documented https://docs.python.org/3/library/logging.htmlPython devs are not sure if it should stay or not: https://bugs.python.org/issue44543
The text was updated successfully, but these errors were encountered: