Commit 83b84e6
committed
fix(tests): use pip instead of uv for dummy plugin teardown uninstall
uv pip uninstall exits with code 2 for editable installs whose dist-info
was not created by uv, even when the package is present. pip handles
these reliably regardless of how the package was installed.
[skip:test:long-running]1 parent dc18a17 commit 83b84e6
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments