uv/crates/uv
konsti cb3fefff15
Fix local packse workflow (#9808)
Make the local packse workflow work again:

```
# In packse:
uv run --extra index --extra serve packse serve --no-hash scenarios &
# In uv:
UV_TEST_INDEX_URL="http://localhost:3141/simple/" ./scripts/scenarios/generate.py
```

Bugs fixed:
* The default scenario pattern didn't match anything.
* The snapshot update test command was wrong since the test
centralization
* Snapshot update failures would not be reported
2024-12-11 09:32:46 -06:00
..
src Replace executables with broken symlinks during `uv python install` (#9706) 2024-12-10 22:39:23 +00:00
tests/it Fix local packse workflow (#9808) 2024-12-11 09:32:46 -06:00
Cargo.toml Bump version to 0.5.8 (#9791) 2024-12-11 15:18:51 +00:00