uv/crates/uv/tests/it
Zanie Blue a1610c794e
Add Windows x86-32 emulation support to interpreter architecture checks (#13475)
Closes https://github.com/astral-sh/uv/issues/13471

Refactors the logic there a bit too.

---------

Co-authored-by: Aria Desires <aria.desires@gmail.com>
2025-10-30 10:50:26 -04:00
..
common Clarify system Python discovery logging order (#16463) 2025-10-28 07:18:13 -05:00
snapshots Deprecate tool.uv.dev-dependencies (#15469) 2025-09-12 15:08:09 +00:00
auth.rs Store native credentials for realms with the https scheme stripped (#15879) 2025-09-15 13:47:33 -05:00
branching_urls.rs Add exclude-newer-package (#14489) 2025-07-29 17:00:25 -05:00
build.rs Add --no-create-gitignore to uv build (#16369) 2025-10-28 07:25:31 -05:00
build_backend.rs Build backend error message style consistency (#15735) 2025-09-09 17:34:56 +00:00
cache_clean.rs Add --force flag for uv cache clean (#15992) 2025-09-22 22:15:14 +00:00
cache_prune.rs Add --force flag for uv cache prune (#16137) 2025-10-06 11:36:58 -05:00
ecosystem.rs Bump MSRV and rust-toolchain version (#14303) 2025-06-27 10:27:45 -04:00
edit.rs Add an empty group with uv add -r (#16490) 2025-10-29 11:31:03 -04:00
export.rs Don't panic in uv export --frozen when the lockfile is outdated (#16407) 2025-10-23 15:07:14 -05:00
extract.rs Add hint for venv in source distribution error (#15202) 2025-08-18 22:07:57 +00:00
format.rs support --no-project in uv format (#15572) 2025-09-08 16:16:40 -05:00
help.rs Support UV_WORKING_DIRECTORY for setting --directory (#16125) 2025-10-08 08:46:11 -05:00
init.rs Update maturin build backend init template (#16449) 2025-10-27 10:58:17 +01:00
lock.rs Running uv lock --check with outdated lockfile will print that --check was passed, instead of --locked (#16322) 2025-10-21 12:46:10 -05:00
lock_conflict.rs Remove tracking of inferred dependency conflicts (#15909) 2025-10-01 10:03:42 -05:00
lock_scenarios.rs Add incompatibility from proxy to base package (#15200) 2025-09-22 13:26:08 +02:00
main.rs Add a plain text backend for credential storage (#15588) 2025-09-02 13:16:52 -05:00
network.rs Move parsing http retries to EnvironmentOptions (#16284) 2025-10-21 11:14:37 +02:00
pip_check.rs Add --python-platform to uv pip check (#15486) 2025-08-24 14:14:42 -04:00
pip_compile.rs Load credentials for explicit members when lowering (#15844) 2025-09-15 13:54:38 +00:00
pip_compile_scenarios.rs packse: Use our own rendering exclusively, and use pylock.toml (#15796) 2025-09-16 15:25:11 +02:00
pip_freeze.rs Show package list with pip freeze --quiet (#16491) 2025-10-29 11:00:00 -04:00
pip_install.rs Merge commit from fork 2025-10-29 11:11:06 -04:00
pip_install_scenarios.rs packse: Use our own rendering exclusively, and use pylock.toml (#15796) 2025-09-16 15:25:11 +02:00
pip_list.rs Conditionalize more tests that require PyPI (#13699) 2025-06-02 09:57:03 +02:00
pip_show.rs Conditionalize more tests that require PyPI (#13699) 2025-06-02 09:57:03 +02:00
pip_sync.rs Add UV_SKIP_WHEEL_FILENAME_CHECK to allow installing invalid wheels (#16046) 2025-09-29 19:54:25 -04:00
pip_tree.rs Deduplicate marker-specific dependencies in uv pip tree output (#16078) 2025-10-01 11:01:41 -05:00
pip_uninstall.rs Add test cases for find_uv_bin (#15110) 2025-08-07 07:14:01 -05:00
publish.rs Support Gitlab CI/CD as a trusted publisher (#15583) 2025-09-11 10:35:04 -04:00
python_dir.rs Bump MSRV to 1.85 and Edition 2024 (#13516) 2025-05-18 19:38:43 -04:00
python_find.rs Ignore pre-release Python versions when a patch version is requested (#16210) 2025-10-09 12:24:42 -05:00
python_install.rs Add Windows x86-32 emulation support to interpreter architecture checks (#13475) 2025-10-30 10:50:26 -04:00
python_list.rs Sync latest Python releases (#16229) 2025-10-10 13:35:37 -04:00
python_module.rs Fix python_module test failures w/ system Python and installed uv (#15611) 2025-09-02 08:45:14 -05:00
python_pin.rs chore(🧹): cleanup env var usage (#15247) 2025-08-12 21:11:28 -05:00
python_upgrade.rs Use the Python download cache during python_upgrade tests (#16421) 2025-10-23 10:48:45 -05:00
run.rs fix small typos (#16357) 2025-10-21 12:11:59 +00:00
self_update.rs Exit early on self update if global --offline is set (#13663) 2025-05-27 03:29:58 +00:00
show_settings.rs Running uv lock --check with outdated lockfile will print that --check was passed, instead of --locked (#16322) 2025-10-21 12:46:10 -05:00
sync.rs Add required environment marker example to hint (#16244) 2025-10-20 13:08:10 +02:00
tool_dir.rs Bump MSRV to 1.85 and Edition 2024 (#13516) 2025-05-18 19:38:43 -04:00
tool_install.rs Ignore origin when comparing installed tools (#16055) 2025-09-29 17:23:18 +00:00
tool_list.rs Add uv tool list --show-python (#15814) 2025-10-10 12:33:26 -05:00
tool_run.rs Allow cached environment reuse with @latest (#15827) 2025-09-14 09:10:46 -04:00
tool_uninstall.rs Bump MSRV to 1.85 and Edition 2024 (#13516) 2025-05-18 19:38:43 -04:00
tool_upgrade.rs Surface pinned-version hint when uv tool upgrade can’t move the tool (#16081) 2025-10-07 11:18:39 -05:00
tree.rs Fix root of uv tree when --package is used with circular dependencies (#15908) 2025-10-26 22:01:00 -04:00
venv.rs Move parsing http retries to EnvironmentOptions (#16284) 2025-10-21 11:14:37 +02:00
version.rs Preserve comments on version bump (#16141) 2025-10-09 16:07:00 +00:00
workflow.rs Deprecate tool.uv.dev-dependencies (#15469) 2025-09-12 15:08:09 +00:00
workspace.rs Use uv_build in make_project tests (#16298) 2025-10-15 20:45:32 +02:00