mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Move virtual environment test context into main context (#4370)
It was becoming problematic that the virtual environment test context diverged from the other one i.e. we had to implement filtering twice. This combines the contexts and tweaks the `TestContext` API and filtering mechanisms for Python versions. Combined with my previous changes to the test context at #4364 and https://github.com/astral-sh/uv/pull/4368 this finally unblocks the snapshots for test cases in #4360 and https://github.com/astral-sh/uv/pull/4362.
This commit is contained in:
parent
a193834813
commit
76c26db444
8 changed files with 229 additions and 323 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -168,7 +168,7 @@ jobs:
|
|||
steps:
|
||||
- name: Create Dev Drive using ReFS
|
||||
run: |
|
||||
$Volume = New-VHD -Path C:/uv_dev_drive.vhdx -SizeBytes 10GB |
|
||||
$Volume = New-VHD -Path C:/uv_dev_drive.vhdx -SizeBytes 12GB |
|
||||
Mount-VHD -Passthru |
|
||||
Initialize-Disk -Passthru |
|
||||
New-Partition -AssignDriveLetter -UseMaximumSize |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue