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
The TestOptionalsHelpVersionActions test class is missing the @force_not_colorized_test_class decorator, causing test failures when running in terminals with TERM set and stdout as a TTY as the tests expect plain text output.
The
TestOptionalsHelpVersionActionstest class is missing the@force_not_colorized_test_class decorator, causing test failures when running in terminals with TERM set and stdout as a TTY as the tests expect plain text output.I think this was missed in #136809
Linked PRs