From 70ef7a93b123d66ff049a18970d39029fe69de4c Mon Sep 17 00:00:00 2001 From: konstin Date: Mon, 15 Jul 2024 13:15:05 +0200 Subject: [PATCH] Fix typo Closes https://github.com/astral-sh/uv/pull/4625 --- scenarios/fork/marker-inherit.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/fork/marker-inherit.toml b/scenarios/fork/marker-inherit.toml index ca94c9eb..272cd13f 100644 --- a/scenarios/fork/marker-inherit.toml +++ b/scenarios/fork/marker-inherit.toml @@ -5,7 +5,7 @@ are used to ignore dependencies which cannot possibly be installed by a resolution produced by that fork. In this example, the `a<2` dependency is only active on Darwin -platforms. But the `a==1.0.0` distribution has a dependency on on `b` +platforms. But the `a==1.0.0` distribution has a dependency on `b` that is only active on Linux, where as `a==2.0.0` does not. Therefore, when the fork provoked by the `a<2` dependency considers `b`, it should ignore it because it isn't possible for `sys_platform == 'linux'` and