This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients andrei.avk, joukewitteveen, vinay.sajip, xtreak
Date 2022-03-27.16:40:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648399213.49.0.252642873351.issue45171@roundup.psfhosted.org>
In-reply-to
Content
The commit seems to emit a deprecation warning in test_logging. Probably the warning needs to be handled while setting trigger = self.logger.warn

PYTHONWARNINGS=always ./python -Wall -m test test_logging                       
0:00:00 load avg: 1.63 Run tests sequentially
0:00:00 load avg: 1.63 [1/1] test_logging
/home/karthikeyan/stuff/python/cpython/Lib/test/test_logging.py:5056: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
  trigger('test', stacklevel=the_level)

== Tests result: SUCCESS ==

1 test OK.

Total duration: 20.1 sec
Tests result: SUCCESS
History
Date User Action Args
2022-03-27 16:40:13xtreaksetrecipients: + xtreak, vinay.sajip, andrei.avk, joukewitteveen
2022-03-27 16:40:13xtreaksetmessageid: <1648399213.49.0.252642873351.issue45171@roundup.psfhosted.org>
2022-03-27 16:40:13xtreaklinkissue45171 messages
2022-03-27 16:40:13xtreakcreate