Commit ee88125
committed
Fix tox runner: use uv-venv-lock-runner and restore corpus downloads
The uv-venv-runner doesn't install project dependencies (it's a simple
venv creator). Switch to uv-venv-lock-runner which runs `uv sync --locked`
to install the project and all dependencies from the lockfile.
Also remove `skipsdist = true` which prevented tox from installing the
project, and use `package = skip` for the report env instead of
`skip_install`.1 parent 4f70c4b commit ee88125
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
0 commit comments