mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Require tests to opt-in to managed Python installation (#10912)
First of all, I want to test automatic managed installs (see #10913) and need to set that up. Second of all, some tests were _implicitly_ downloading interpreters instead of using the one from their context — which is unexpected and naughty and very slow.
This commit is contained in:
parent
a05b0e0346
commit
fd5131cb7c
5 changed files with 60 additions and 44 deletions
1
scripts/packages/anyio_local/.python-version
Normal file
1
scripts/packages/anyio_local/.python-version
Normal file
|
@ -0,0 +1 @@
|
|||
3.12
|
1
scripts/packages/built-by-uv/.python-version
Normal file
1
scripts/packages/built-by-uv/.python-version
Normal file
|
@ -0,0 +1 @@
|
|||
3.12
|
Loading…
Add table
Add a link
Reference in a new issue