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 erlendaasland, iritkatriel, xtreak
Date 2021-11-13.04:55:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636779349.9.0.0177072548521.issue45292@roundup.psfhosted.org>
In-reply-to
Content
The tests emit some deprecation warnings : 

PYTHONWARNINGS=always ./python -Wall -m test test_exception_group
0:00:00 load avg: 0.39 Run tests sequentially
0:00:00 load avg: 0.39 [1/1] test_exception_group
/home/karthikeyan/stuff/python/cpython/Lib/test/test_exception_group.py:41: DeprecationWarning: invalid escape sequence '\('
  MSG = 'second argument \(exceptions\) must be a sequence'
/home/karthikeyan/stuff/python/cpython/Lib/test/test_exception_group.py:47: DeprecationWarning: invalid escape sequence '\('
  MSG = 'second argument \(exceptions\) must be a non-empty sequence'
/home/karthikeyan/stuff/python/cpython/Lib/test/test_exception_group.py:52: DeprecationWarning: invalid escape sequence '\('
  MSG = ('Item [0-9]+ of second argument \(exceptions\)'

== Tests result: SUCCESS ==

1 test OK.

Total duration: 51 ms
Tests result: SUCCESS
History
Date User Action Args
2021-11-13 04:55:49xtreaksetrecipients: + xtreak, erlendaasland, iritkatriel
2021-11-13 04:55:49xtreaksetmessageid: <1636779349.9.0.0177072548521.issue45292@roundup.psfhosted.org>
2021-11-13 04:55:49xtreaklinkissue45292 messages
2021-11-13 04:55:49xtreakcreate