Skip to content

Commit a289813

Browse files
committed
.
1 parent 8eba22d commit a289813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/uv/tests/it/lock.rs

Lines changed: 2 additions & 2 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,7 +31576,7 @@ 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'):
31579+
× No solution found when resolving dependencies for split (markers: python_full_version < '3.14' and sys_platform == 'other'):
3158031580
╰─▶ 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.
3158131581
");
3158231582

0 commit comments

Comments
 (0)