Skip to content

Commit 18e913d

Browse files
committed
.
1 parent d009337 commit 18e913d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

crates/uv/tests/it/lock.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31561,7 +31561,7 @@ fn collapsed_error_with_marker_packages() -> Result<()> {
3156131561
version = "1.0.0"
3156231562
requires-python = ">=3.12"
3156331563
dependencies = [
31564-
"anyio<=4.3.0; sys_platform == 'linux'",
31564+
"anyio<=4.3.0; sys_platform == 'other'",
3156531565
"anyio>=4.4.0; python_version < '3.14'",
3156631566
]
3156731567
"#};
@@ -31576,8 +31576,10 @@ fn collapsed_error_with_marker_packages() -> Result<()> {
3157631576
----- stdout -----
3157731577

3157831578
----- stderr -----
31579-
× No solution found when resolving dependencies for split (markers: python_full_version < '3.14' and sys_platform == 'linux'):
31580-
╰─▶ Because your project depends on anyio{sys_platform == 'linux'} and anyio{python_full_version < '3.14'}>=4.4.0, we can conclude that your project's requirements are unsatisfiable.
31579+
× No solution found when resolving dependencies for split (markers: python_full_version < '3.14' and sys_platform == 'other'):
31580+
╰─▶ Because your project depends on anyio{sys_platform == 'other'} and anyio{python_full_version < '3.14'}>=4.4.0, we can conclude that your project's requirements are unsatisfiable.
31581+
31582+
hint: The resolution failed for an environment that is not the current one, consider limiting the environments with `tool.uv.environments`.
3158131583
");
3158231584

3158331585
Ok(())

0 commit comments

Comments
 (0)