Message374566
After this patch test_lib2to3 generates a PendingDeprecationWarning. It can be silenced as it's intentional to avoid test failures while running tests with -Werror.
./python.exe -Wall -m test test_lib2to3
0:00:00 load avg: 2.31 Run tests sequentially
0:00:00 load avg: 2.31 [1/1] test_lib2to3
/Users/kasingar/stuff/python/cpython/Lib/test/test_lib2to3.py:1: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
from lib2to3.tests import load_tests
== Tests result: SUCCESS ==
1 test OK.
Total duration: 9.0 sec
Tests result: SUCCESS |
|
Date |
User |
Action |
Args |
2020-07-29 09:13:42 | xtreak | set | recipients:
+ xtreak, gvanrossum, gregory.p.smith, carljm, eric.snow, davidhalter, hroncok, corona10, BTaskaya, Peter Ludemann |
2020-07-29 09:13:42 | xtreak | set | messageid: <1596014022.47.0.931693298128.issue40360@roundup.psfhosted.org> |
2020-07-29 09:13:42 | xtreak | link | issue40360 messages |
2020-07-29 09:13:42 | xtreak | create | |
|