mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
uv/tests: update packse tests (#4015)
This is just the result of running ./scripts/sync_scenarios.sh From the root of the `uv` repository. When I initially ran this, it produced some tests with snapshots that weren't being updated. It turned out this was because the tests weren't running, as they were gated behind the `python-patch` feature. In this commit, we add `python-patch` to our `cargo insta` command, which should update all relevant snapshots. There are still some superfluous updates as a result of a spell checker being run on generated files, but
This commit is contained in:
parent
5c30b39fe3
commit
459966a132
2 changed files with 3 additions and 3 deletions
|
@ -221,7 +221,7 @@ def main(scenarios: list[Path], snapshot_update: bool = True):
|
|||
"insta",
|
||||
"test",
|
||||
"--features",
|
||||
"pypi,python",
|
||||
"pypi,python,python-patch",
|
||||
"--accept",
|
||||
"--test-runner",
|
||||
"nextest",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue