Merged
Conversation
Set UV_PYTHON and UV_MANAGED_PYTHON at the job level so all uv commands (sync, run) use the correct managed Python, instead of falling back to the system interpreter between steps. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Prevents ANSI color codes in output (e.g. Aborted.) from causing test failures on environments where the runner detects a TTY. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Pass color=False to runner.invoke() to strip ANSI codes consistently - Remove -vv from pytest command in CI Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
color=False on invoke() doesn't strip the reset code Typer appends to the "Aborted." message. Use click.utils.strip_ansi() on that assertion. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Removes color=False from all invoke() calls and applies click.utils.strip_ansi() to all output assertions instead, which handles ANSI codes consistently across platforms. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.