Skip to content

Commit

Permalink
Update crates/rattler_conda_types/src/match_spec/parse.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bas Zalmstra <zalmstra.bas@gmail.com>
  • Loading branch information
ruben-arts and baszalmstra authored Jul 31, 2024
1 parent 7f7b96c commit fc8ded3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/rattler_conda_types/src/match_spec/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc8ded3

Please sign in to comment.