Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Sep 19, 2024
1 parent 0735232 commit 4a36ca6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions libmamba/tests/src/specs/test_match_spec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,6 @@ TEST_SUITE("specs::match_spec")
CHECK_EQ(ms.str(), "kytea[version=\">=0.1.4,==0.2.0\"]");
}

// From `infowillow-1.6.3-pyhd8ed1ab_0.conda`
SUBCASE("pillow-heif >=0.10.0,<1.0.0<py312")
{
auto ms = MatchSpec::parse("pillow-heif >=0.10.0,<1.0.0<py312").value();
CHECK_EQ(ms.name().str(), "pillow-heif");
CHECK_EQ(ms.version().str(), ">=0.10.0,<1.0.0");
CHECK_EQ(ms.build_string().str(), "<py312");
CHECK(ms.build_number().is_explicitly_free());
CHECK_EQ(ms.str(), "pillow-heif>=0.10.0,<1.0.0<py312");
}

// From `inform2w64-sysroot_win-64-v12.0.0.r2.ggc561118da-h707e725_0.conda`
SUBCASE("mingw-w64-ucrt-x86_64-crt-git v12.0.0.r2.ggc561118da h707e725_0")
{
Expand Down

0 comments on commit 4a36ca6

Please sign in to comment.