mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Update packse to 0.3.42 for backtracking test (#10009)
Add the missing test for #9843.
This commit is contained in:
parent
cb325e2e2f
commit
8f88f98350
6 changed files with 185 additions and 15 deletions
|
@ -4,23 +4,23 @@ chevron-blue==0.2.1
|
|||
# via
|
||||
# -r scripts/scenarios/requirements.in
|
||||
# packse
|
||||
hatchling==1.24.2
|
||||
hatchling==1.27.0
|
||||
# via packse
|
||||
msgspec==0.18.6
|
||||
# via packse
|
||||
packaging==24.0
|
||||
packaging==24.2
|
||||
# via hatchling
|
||||
packse==0.3.39
|
||||
packse==0.3.42
|
||||
# via -r scripts/scenarios/requirements.in
|
||||
pathspec==0.12.1
|
||||
# via hatchling
|
||||
pluggy==1.5.0
|
||||
# via hatchling
|
||||
pyyaml==6.0.1
|
||||
pyyaml==6.0.2
|
||||
# via packse
|
||||
setuptools==69.5.1
|
||||
setuptools==75.6.0
|
||||
# via packse
|
||||
trove-classifiers==2024.4.10
|
||||
trove-classifiers==2024.10.21.16
|
||||
# via hatchling
|
||||
uv==0.4.29
|
||||
uv==0.5.10
|
||||
# via packse
|
||||
|
|
|
@ -23,7 +23,7 @@ script_root="$(realpath "$(dirname "$0")")"
|
|||
|
||||
cd "$script_root/scenarios"
|
||||
echo "Setting up a temporary environment..."
|
||||
uv venv
|
||||
uv venv -p 3.12
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
source ".venv/bin/activate"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue