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
Browse filesBrowse the repository at this point in the historyBrowse files
committed
fix(downstream): remove CI env vars for tox instead of overriding
tox's is_ci() checks presence of CI (any value) and GITHUB_ACTIONS==true.
Setting CI=false still leaves it present, so is_ci() returns True.
Now empty-string env values mean "remove from environment" in the driver,
and tox recipe uses CI="" and GITHUB_ACTIONS="" to fully unset them.
Co-authored-by: Cursor AI <ai@cursor.sh>
Co-authored-by: Anthropic Claude Opus 4 <claude@anthropic.com>
0 commit comments