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, defreng, ezio.melotti, lukasz.langa, michael.foord, rbcollins, rmast, santhu_reddy12, serhiy.storchaka, terry.reedy, xtreak, zach.ware
Date 2021-08-21.14:49:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629557394.32.0.175020347303.issue41322@roundup.psfhosted.org>
In-reply-to
Content
Deprecation warnings are not on by default in tests. You can pass -Wall while running tests to turn on all warnings.

./python -Wall -m test test_capi
0:00:00 load avg: 2.46 Run tests sequentially
0:00:00 load avg: 2.46 [1/1] test_capi
/home/karthikeyan/stuff/python/cpython/Lib/unittest/case.py:550: DeprecationWarning: It is deprecated to return a value!=None from a test case (<built-in function test_null_strings>)
  warnings.warn(f'It is deprecated to return a value!=None from a '

== Tests result: SUCCESS ==

1 test OK.

Total duration: 5.2 sec
Tests result: SUCCESS
History
Date User Action Args
2021-08-21 14:49:54xtreaksetrecipients: + xtreak, terry.reedy, rbcollins, ezio.melotti, michael.foord, lukasz.langa, zach.ware, serhiy.storchaka, defreng, andrei.avk, santhu_reddy12, rmast
2021-08-21 14:49:54xtreaksetmessageid: <1629557394.32.0.175020347303.issue41322@roundup.psfhosted.org>
2021-08-21 14:49:54xtreaklinkissue41322 messages
2021-08-21 14:49:54xtreakcreate