From: Antoine Pitrou Date: Mon, 28 Apr 2014 22:58:02 +0000 (+0200) Subject: Remove a workaround for fixed issue #20355. X-Git-Tag: v3.5.0a1~1778 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a171979a19b46194f2926522073622d64d7a8fc6;p=python Remove a workaround for fixed issue #20355. --- diff --git a/Tools/scripts/run_tests.py b/Tools/scripts/run_tests.py index a6c5da35e2..490a37e175 100644 --- a/Tools/scripts/run_tests.py +++ b/Tools/scripts/run_tests.py @@ -33,8 +33,6 @@ def main(regrtest_args): # Allow user-specified interpreter options to override our defaults. args.extend(test.support.args_from_interpreter_flags()) - # Workaround for issue #20355 - os.environ.pop("PYTHONWARNINGS", None) # Workaround for issue #20361 args.extend(['-W', 'error::BytesWarning'])