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
test(cli-context): force CLI context off in no_cli_context fixture
The no_cli_context conftest branch previously only skipped enabling the
CLI context; it now actively sets the ContextVar to False and restores it
on teardown. mark_cli_invocation() is set-and-leave, so the opt-out now
guarantees a disabled context independent of test order rather than
relying on the default plus async-task context isolation.
Removes the now-redundant local _reset_cli_context fixture in
test_cli_context.py; the guarantee lives once, in conftest.
0 commit comments