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:
Andrew Gallant 2024-06-04 13:56:20 -04:00 committed by GitHub
parent 5c30b39fe3
commit 459966a132
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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",