From 8ce1c47d4de3ceff158f60337ec6ad0245f94fdc Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Fri, 10 Jan 2025 14:50:46 +0100 Subject: [PATCH 1/3] fix test with latest rattler-build --- tests/recipes/python_skipped_recipes/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/recipes/python_skipped_recipes/recipe.yaml b/tests/recipes/python_skipped_recipes/recipe.yaml index cc8127389..59fd0bf03 100644 --- a/tests/recipes/python_skipped_recipes/recipe.yaml +++ b/tests/recipes/python_skipped_recipes/recipe.yaml @@ -3,7 +3,7 @@ package: version: 1.0.0 build: skip: - - match(python, '3.6') + - match(python, '3.6.*') requirements: build: From 9d36861ac4498f4f6b33067abefc872f5400d2da Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Fri, 10 Jan 2025 15:06:12 +0100 Subject: [PATCH 2/3] add news item --- news/fix-rattler-build-test-strict-parsing.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 news/fix-rattler-build-test-strict-parsing.rst diff --git a/news/fix-rattler-build-test-strict-parsing.rst b/news/fix-rattler-build-test-strict-parsing.rst new file mode 100644 index 000000000..afc55c7a8 --- /dev/null +++ b/news/fix-rattler-build-test-strict-parsing.rst @@ -0,0 +1,3 @@ +**Fixed:** + +* Fix a test that uses `match` in skip to work with strict parsing (#2213) \ No newline at end of file From 3ff4e07e6408cbbfb7f6d2951caca2a53dbade89 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:19:15 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- news/fix-rattler-build-test-strict-parsing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/fix-rattler-build-test-strict-parsing.rst b/news/fix-rattler-build-test-strict-parsing.rst index afc55c7a8..f50d02535 100644 --- a/news/fix-rattler-build-test-strict-parsing.rst +++ b/news/fix-rattler-build-test-strict-parsing.rst @@ -1,3 +1,3 @@ **Fixed:** -* Fix a test that uses `match` in skip to work with strict parsing (#2213) \ No newline at end of file +* Fix a test that uses `match` in skip to work with strict parsing (#2213)