summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-04-28 22:58:02 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-04-28 22:58:02 (GMT)
commita171979a19b46194f2926522073622d64d7a8fc6 (patch)
tree1df13fb4c79811e87f18a780d98091b83531db69 /Tools
parent6999441d62cfc6a6273b0e9e3df2cce0ef3f05fa (diff)
downloadcpython-a171979a19b46194f2926522073622d64d7a8fc6.zip
cpython-a171979a19b46194f2926522073622d64d7a8fc6.tar.gz
cpython-a171979a19b46194f2926522073622d64d7a8fc6.tar.bz2
Remove a workaround for fixed issue #20355.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/run_tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/scripts/run_tests.py b/Tools/scripts/run_tests.py
index a6c5da3..490a37e 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'])