mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Upgrade packse (#2963)
Should improve test performance with https://github.com/astral-sh/packse/pull/169 thanks @konstin !
This commit is contained in:
parent
38ab39c439
commit
bbe46c074c
3 changed files with 22 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
||||||
//! DO NOT EDIT
|
//! DO NOT EDIT
|
||||||
//!
|
//!
|
||||||
//! Generated with `./scripts/sync_scenarios.sh`
|
//! Generated with `./scripts/sync_scenarios.sh`
|
||||||
//! Scenarios from <https://github.com/zanieb/packse/tree/0.3.12/scenarios>
|
//! Scenarios from <https://github.com/zanieb/packse/tree/0.3.13/scenarios>
|
||||||
//!
|
//!
|
||||||
#![cfg(all(feature = "python", feature = "pypi", unix))]
|
#![cfg(all(feature = "python", feature = "pypi", unix))]
|
||||||
|
|
||||||
|
@ -27,9 +27,9 @@ fn command(context: &TestContext, python_versions: &[&str]) -> Command {
|
||||||
.arg("compile")
|
.arg("compile")
|
||||||
.arg("requirements.in")
|
.arg("requirements.in")
|
||||||
.arg("--index-url")
|
.arg("--index-url")
|
||||||
.arg("https://astral-sh.github.io/packse/0.3.12/simple-html/")
|
.arg("https://astral-sh.github.io/packse/0.3.13/simple-html/")
|
||||||
.arg("--find-links")
|
.arg("--find-links")
|
||||||
.arg("https://raw.githubusercontent.com/zanieb/packse/0.3.12/vendor/links.html")
|
.arg("https://raw.githubusercontent.com/zanieb/packse/0.3.13/vendor/links.html")
|
||||||
.arg("--cache-dir")
|
.arg("--cache-dir")
|
||||||
.arg(context.cache_dir.path())
|
.arg(context.cache_dir.path())
|
||||||
.env("VIRTUAL_ENV", context.venv.as_os_str())
|
.env("VIRTUAL_ENV", context.venv.as_os_str())
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
//! DO NOT EDIT
|
//! DO NOT EDIT
|
||||||
//!
|
//!
|
||||||
//! Generated with `./scripts/sync_scenarios.sh`
|
//! Generated with `./scripts/sync_scenarios.sh`
|
||||||
//! Scenarios from <https://github.com/zanieb/packse/tree/0.3.12/scenarios>
|
//! Scenarios from <https://github.com/zanieb/packse/tree/0.3.13/scenarios>
|
||||||
//!
|
//!
|
||||||
#![cfg(all(feature = "python", feature = "pypi", unix))]
|
#![cfg(all(feature = "python", feature = "pypi", unix))]
|
||||||
|
|
||||||
|
@ -46,9 +46,9 @@ fn command(context: &TestContext) -> Command {
|
||||||
.arg("pip")
|
.arg("pip")
|
||||||
.arg("install")
|
.arg("install")
|
||||||
.arg("--index-url")
|
.arg("--index-url")
|
||||||
.arg("https://astral-sh.github.io/packse/0.3.12/simple-html/")
|
.arg("https://astral-sh.github.io/packse/0.3.13/simple-html/")
|
||||||
.arg("--find-links")
|
.arg("--find-links")
|
||||||
.arg("https://raw.githubusercontent.com/zanieb/packse/0.3.12/vendor/links.html")
|
.arg("https://raw.githubusercontent.com/zanieb/packse/0.3.13/vendor/links.html")
|
||||||
.arg("--cache-dir")
|
.arg("--cache-dir")
|
||||||
.arg(context.cache_dir.path())
|
.arg(context.cache_dir.path())
|
||||||
.env("VIRTUAL_ENV", context.venv.as_os_str())
|
.env("VIRTUAL_ENV", context.venv.as_os_str())
|
||||||
|
@ -1752,7 +1752,7 @@ fn local_transitive_confounding() {
|
||||||
And because only package-a==1.0.0 is available and you require package-a, we can conclude that the requirements are unsatisfiable.
|
And because only package-a==1.0.0 is available and you require package-a, we can conclude that the requirements are unsatisfiable.
|
||||||
"###);
|
"###);
|
||||||
|
|
||||||
// The version '1.2.3+foo' satisfies the constraint '==1.2.3'.
|
// The version '2.0.0+foo' satisfies the constraint '==2.0.0'.
|
||||||
assert_not_installed(
|
assert_not_installed(
|
||||||
&context.venv,
|
&context.venv,
|
||||||
"local_transitive_confounding_a",
|
"local_transitive_confounding_a",
|
||||||
|
|
|
@ -6,33 +6,37 @@ charset-normalizer==3.3.2
|
||||||
# via requests
|
# via requests
|
||||||
chevron-blue==0.2.1
|
chevron-blue==0.2.1
|
||||||
# via packse
|
# via packse
|
||||||
docutils==0.20.1
|
docutils==0.21.post1
|
||||||
# via readme-renderer
|
# via readme-renderer
|
||||||
editables==0.5
|
hatchling==1.22.5
|
||||||
# via hatchling
|
|
||||||
hatchling==1.21.1
|
|
||||||
# via packse
|
# via packse
|
||||||
idna==3.6
|
idna==3.6
|
||||||
# via requests
|
# via requests
|
||||||
importlib-metadata==7.0.2
|
importlib-metadata==7.1.0
|
||||||
# via twine
|
# via twine
|
||||||
jaraco-classes==3.3.1
|
jaraco-classes==3.4.0
|
||||||
# via keyring
|
# via keyring
|
||||||
keyring==24.3.1
|
jaraco-context==5.3.0
|
||||||
|
# via keyring
|
||||||
|
jaraco-functools==4.0.0
|
||||||
|
# via keyring
|
||||||
|
keyring==25.1.0
|
||||||
# via twine
|
# via twine
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
# via rich
|
# via rich
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
# via markdown-it-py
|
# via markdown-it-py
|
||||||
more-itertools==10.2.0
|
more-itertools==10.2.0
|
||||||
# via jaraco-classes
|
# via
|
||||||
|
# jaraco-classes
|
||||||
|
# jaraco-functools
|
||||||
msgspec==0.18.6
|
msgspec==0.18.6
|
||||||
# via packse
|
# via packse
|
||||||
nh3==0.2.15
|
nh3==0.2.17
|
||||||
# via readme-renderer
|
# via readme-renderer
|
||||||
packaging==24.0
|
packaging==24.0
|
||||||
# via hatchling
|
# via hatchling
|
||||||
packse==0.3.12
|
packse==0.3.13
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
# via hatchling
|
# via hatchling
|
||||||
pkginfo==1.10.0
|
pkginfo==1.10.0
|
||||||
|
@ -57,7 +61,7 @@ rich==13.7.1
|
||||||
# via twine
|
# via twine
|
||||||
setuptools==69.2.0
|
setuptools==69.2.0
|
||||||
# via packse
|
# via packse
|
||||||
trove-classifiers==2024.3.3
|
trove-classifiers==2024.4.10
|
||||||
# via hatchling
|
# via hatchling
|
||||||
twine==4.0.2
|
twine==4.0.2
|
||||||
# via packse
|
# via packse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue