Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc6b946

Browse files
authored
bpo-20361: Remove workaround for a now fixed bug (python#5283)
"python3 -bb -Wd" now works as expected: "python3 -bb -Wd -Werror::BytesWarning" is no more needed.
1 parent 872f841 commit dc6b946

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Tools/scripts/run_tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ def main(regrtest_args):
3030
# Allow user-specified interpreter options to override our defaults.
3131
args.extend(test.support.args_from_interpreter_flags())
3232

33-
# Workaround for issue #20361
34-
args.extend(['-W', 'error::BytesWarning'])
35-
3633
args.extend(['-m', 'test', # Run the test suite
3734
'-r', # Randomize test order
3835
'-w', # Re-run failed tests in verbose mode

0 commit comments

Comments
 (0)