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
In the passenv docs, CI is not listed as a passthrough envvar, which makes me believe that we are not using the CI profile by default under tox, and potentially under other similar tools. (related: tox-dev/tox#3442)
I'd prefer not to resolve this solely by documenting that users to set passenv = ["CI"] (though we could also do this), since the CI profile is meant to provide good defaults to everyone, including those that don't read the docs from top to bottom.
Is there a more robust way to detect CI runners? Perhaps a file only available under github, gitlab, etc?