diff options
Diffstat (limited to 'Lib/test/test_argparse.py')
-rw-r--r-- | Lib/test/test_argparse.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py index f589061912..e1bc83af56 100644 --- a/Lib/test/test_argparse.py +++ b/Lib/test/test_argparse.py @@ -4183,12 +4183,6 @@ class TestImportStar(TestCase): def test_main(): with warnings.catch_warnings(): - # silence Python 2.6 buggy warnings about Exception.message - warnings.filterwarnings( - action='ignore', - message='BaseException.message has been deprecated as of' - 'Python 2.6', - category=DeprecationWarning) # silence warnings about version argument - these are expected warnings.filterwarnings( action='ignore', |