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 BTaskaya, Peter Ludemann, carljm, corona10, davidhalter, eric.snow, gregory.p.smith, gvanrossum, hroncok, xtreak
Date 2020-07-29.09:13:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596014022.47.0.931693298128.issue40360@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-07-29 09:13:42xtreaksetrecipients: + xtreak, gvanrossum, gregory.p.smith, carljm, eric.snow, davidhalter, hroncok, corona10, BTaskaya, Peter Ludemann
2020-07-29 09:13:42xtreaksetmessageid: <1596014022.47.0.931693298128.issue40360@roundup.psfhosted.org>
2020-07-29 09:13:42xtreaklinkissue40360 messages
2020-07-29 09:13:42xtreakcreate