-
Notifications
You must be signed in to change notification settings - Fork 913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FORCE_COLOR wins over --color never
#8173
Labels
bug
Something isn't working
Comments
This was referenced Oct 14, 2024
@charliermarsh, |
zanieb
pushed a commit
that referenced
this issue
Oct 21, 2024
zanieb
pushed a commit
that referenced
this issue
Oct 21, 2024
zanieb
pushed a commit
that referenced
this issue
Oct 22, 2024
zanieb
pushed a commit
that referenced
this issue
Oct 24, 2024
zanieb
pushed a commit
that referenced
this issue
Oct 25, 2024
zanieb
pushed a commit
that referenced
this issue
Oct 25, 2024
charliermarsh
pushed a commit
that referenced
this issue
Oct 28, 2024
zanieb
pushed a commit
that referenced
this issue
Oct 29, 2024
zanieb
pushed a commit
that referenced
this issue
Nov 4, 2024
charliermarsh
pushed a commit
that referenced
this issue
Nov 4, 2024
zanieb
pushed a commit
that referenced
this issue
Nov 4, 2024
zanieb
pushed a commit
that referenced
this issue
Nov 5, 2024
charliermarsh
pushed a commit
that referenced
this issue
Nov 6, 2024
charliermarsh
pushed a commit
that referenced
this issue
Nov 6, 2024
zanieb
pushed a commit
that referenced
this issue
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following call uses color codes. As coloring is explicitly disabled, I would expect no colors.
FORCE_COLOR=1 uv pip compile pyproject.toml --color never
I ran into this when converting a legacy CI pipeline to use
UV
. Piping theuv
result into the next tool leads to funny results. Only using-o
helps to get rid of the colors.The text was updated successfully, but these errors were encountered: