diff --git a/crates/uv/tests/it/lock.rs b/crates/uv/tests/it/lock.rs index 03a5c67fe..676c5c77a 100644 --- a/crates/uv/tests/it/lock.rs +++ b/crates/uv/tests/it/lock.rs @@ -19621,8 +19621,6 @@ fn lock_multiple_sources_index_disjoint_extras_with_marker() -> Result<()> { version = "3.1.3" source = { registry = "https://download.pytorch.org/whl/cu124" } resolution-markers = [ - "sys_platform == 'darwin'", - "sys_platform != 'darwin'", ] dependencies = [ { name = "markupsafe" },