mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove a workaround for fixed issue #20355.
This commit is contained in:
parent
6999441d62
commit
a171979a19
1 changed files with 0 additions and 2 deletions
|
@ -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'])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue