From fc8ded33bf929a096250bf381d9d552f7147608e Mon Sep 17 00:00:00 2001 From: Ruben Arts Date: Wed, 31 Jul 2024 09:31:45 +0200 Subject: [PATCH] Update crates/rattler_conda_types/src/match_spec/parse.rs Co-authored-by: Bas Zalmstra --- crates/rattler_conda_types/src/match_spec/parse.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/rattler_conda_types/src/match_spec/parse.rs b/crates/rattler_conda_types/src/match_spec/parse.rs index 13117c3dd..fa3e12e4c 100644 --- a/crates/rattler_conda_types/src/match_spec/parse.rs +++ b/crates/rattler_conda_types/src/match_spec/parse.rs @@ -969,6 +969,9 @@ mod tests { "python=3.9", "python=*", "https://software.repos.intel.com/python/conda::python[version=3.9]", + "https://software.repos.intel.com/python/conda/linux-64::python[version=3.9]", + "https://software.repos.intel.com/python/conda::python[version=3.9, subdir=linux-64]" + "https://software.repos.intel.com/python/conda/linux-64::python[version=3.9, subdir=linux-64]", ]; let evaluated: IndexMap<_, _> = specs