Commit bdacaa9
committed
deptry: add patch to upgrade pip in each functional-test fixture venv
ensurepip's bundled pip on the manylinux_riscv64 image doesn't recognize
the riscv64 wheel tag, so the poetry/pdm/uv/pip fixture venvs functional
tests create with venv.EnvBuilder fail to install our own riscv64 wheel
with "... is not a supported wheel on this platform" even though the
outer cibuildwheel test venv's own pip installs the identical wheel
without complaint. Verified locally (doesn't reproduce off riscv64, but
the extra `pip install --upgrade pip` step is a no-op there and the
functional suite still passes: 38 passed, 1 skipped).1 parent c786095 commit bdacaa9
1 file changed
Lines changed: 36 additions & 0 deletions
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments