Update uv test features to use `test-` as a prefix
by zanieb
·
Feb 06, 2026 at 19:10 UTC
·
scan-3ed24336c51aee39
Get this automatically on every PR
Install the Axiomo GitHub App to get Signals as check runs and PR comments on every pull request.
Risk level: Critical (100%)
Prefix uv test features with 'test-'.
Various files change feature flags to 'test-*'; e.g., test.yml, Cargo.toml, branching_urls.rs
PR description mentions no breaking changes for users. Changes are test-related only.
Trusted contributor with 1787 merged PRs. maintains 116 public repositories. has 908 followers.
First-time contributor to this repository. has 27879 followers.
Review 3 high-priority file(s)
.github/workflows/test.yml
+6
Modifies ci_config code; Configuration
crates/uv/tests/it/pip_compile.rs
+102
102 lines changed; Source code
crates/uv/tests/it/main.rs
+80
80 lines changed; Source code
crates/uv/tests/it/pip_install.rs
+60
60 lines changed; Source code
crates/uv/tests/it/edit.rs
+54
54 lines changed; Source code
crates/uv/tests/it/lock.rs
+48
Source code
crates/uv/tests/it/workspace.rs
+44
Source code
crates/uv/tests/it/pip_tree.rs
+42
Source code
crates/uv/tests/it/pip_list.rs
+26
Source code
crates/uv/tests/it/pip_show.rs
+24
Source code
+26 more files
147
minutes to review
extensive
effort level
none
staleness risk
Schedule dedicated review time; consider pair review
Critical risk level requires changes before approval
Consider breaking into smaller PRs
.github/workflows/test.yml
Requires security review for ci_config changes
Why is security_scan_clean missing? Consider adding this check.
Why is coverage_maintained missing? Consider adding this check.
.github/workflows/test.yml
CI configuration changed - verify build/deploy behavior