Remove a workaround for fixed issue #20355.

This commit is contained in:
Antoine Pitrou 2014-04-29 00:58:02 +02:00
parent 6999441d62
commit a171979a19
1 changed files with 0 additions and 2 deletions

View File

@ -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'])