uv/crates/uv/tests/it
Zanie Blue 94f1f02d85
Update the exclude newer duration tests to demonstrate package version changes (#17055)
Follows #16814 updating the test cases with Claude so that the
timestamps and durations are on the boundary of package versions so we
see actual version changes in the lockfile.
2025-12-10 07:47:44 -06:00
..
common Add support for relative durations in `exclude-newer` (#16814) 2025-12-09 19:52:14 +00:00
snapshots Add support for relative durations in `exclude-newer` (#16814) 2025-12-09 19:52:14 +00:00
auth.rs Add a `uv auth helper --protocol bazel` command (#16886) 2025-12-04 18:56:57 +00:00
branching_urls.rs Add `exclude-newer-package` (#14489) 2025-07-29 17:00:25 -05:00
build.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
build_backend.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
cache_clean.rs Add a 5 min default timeout for deadlocks (#16342) 2025-12-04 14:59:04 +01:00
cache_prune.rs Add a 5 min default timeout for deadlocks (#16342) 2025-12-04 14:59:04 +01:00
cache_size.rs Add a `uv cache size` command (#16032) 2025-11-02 20:44:28 +00:00
ecosystem.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
edit.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
export.rs Prevent `uv export` from overwriting `pyproject.toml` (#16745) 2025-11-20 21:33:23 -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 Clarify `--project` flag help text to indicate project discovery (#16965) 2025-12-03 12:15:36 -06:00
init.rs Deprecate `--project` arg for init (#16674) 2025-11-10 16:33:08 -07:00
lock.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
lock_conflict.rs Remove tracking of inferred dependency conflicts (#15909) 2025-10-01 10:03:42 -05:00
lock_exclude_newer_relative.rs Update the exclude newer duration tests to demonstrate package version changes (#17055) 2025-12-10 07:47:44 -06:00
lock_scenarios.rs Fix inclusive constraints on available package versions in resolver errors (#16629) 2025-11-07 09:23:37 -06:00
main.rs Add support for relative durations in `exclude-newer` (#16814) 2025-12-09 19:52:14 +00: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 Add support for relative durations in `exclude-newer` (#16814) 2025-12-09 19:52:14 +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_debug.rs Add a stub `debug` subcommand to `uv pip` announcing its intentional absence (#16966) 2025-12-03 16:10:21 +00:00
pip_freeze.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
pip_install.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
pip_install_scenarios.rs Fix inclusive constraints on available package versions in resolver errors (#16629) 2025-11-07 09:23:37 -06:00
pip_list.rs Gate a few more tests on the pypi feature (#17059) 2025-12-10 10:41:47 +01:00
pip_show.rs Gate a few more tests on the pypi feature (#17059) 2025-12-10 10:41:47 +01:00
pip_sync.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
pip_tree.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
pip_uninstall.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
publish.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
python_dir.rs Bump MSRV to 1.85 and Edition 2024 (#13516) 2025-05-18 19:38:43 -04:00
python_find.rs Warn on managed prerelease interpreters when a stable build is available (#16619) 2025-11-12 07:45:31 -06:00
python_install.rs Sync latest Python releases (#16943) 2025-12-06 00:03:57 +00:00
python_list.rs Support http/https URLs in `uv python --python-downloads-json-url` (#16542) 2025-11-14 17:51:24 -05:00
python_module.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
python_pin.rs Allow Python requests to include `+gil` to require a GIL-enabled interpreter (#16537) 2025-11-03 13:35:52 -06:00
python_upgrade.rs Sync latest Python releases (#16943) 2025-12-06 00:03:57 +00:00
run.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06: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 Add a `uv auth helper --protocol bazel` command (#16886) 2025-12-04 18:56:57 +00:00
sync.rs Add support for relative durations in `exclude-newer` (#16814) 2025-12-09 19:52:14 +00:00
tool_dir.rs Bump MSRV to 1.85 and Edition 2024 (#13516) 2025-05-18 19:38:43 -04:00
tool_install.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
tool_list.rs Add uv tool list --show-python (#15814) 2025-10-10 12:33:26 -05:00
tool_run.rs Add hint for misplaced `--verbose` in `uv tool run` (#17020) 2025-12-09 10:15:06 -06: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 Fix relocatable nushell activation script (#17036) 2025-12-09 14:39:55 +00:00
version.rs Allow explicit values with `uv version --bump` (#16555) 2025-11-11 12:27:32 -05:00
workflow.rs Deprecate `tool.uv.dev-dependencies` (#15469) 2025-09-12 15:08:09 +00:00
workspace.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
workspace_dir.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
workspace_list.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
workspace_metadata.rs Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00