diff options
Diffstat (limited to 'Lib/test/test_strop.py')
-rw-r--r-- | Lib/test/test_strop.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_strop.py b/Lib/test/test_strop.py index 9130088..74a2bb6 100644 --- a/Lib/test/test_strop.py +++ b/Lib/test/test_strop.py @@ -1,4 +1,6 @@ from test_support import verbose +import warnings +warnings.filterwarnings("ignore", "", DeprecationWarning, __name__) import strop, sys def test(name, input, output, *args): |