You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this commit, test_run_default_format_output_in_tty() changed the
value of sys.stdout, but it would never change it back to the original
value. This commit makes sure that it gets changed back.
At the moment, this commit doesn’t make a user-visible difference. A
future commit will add a new test named
test_ignored_from_file_with_multiple_encodings(). That new test requires
that stdout gets restored, or else it will fail.
0 commit comments