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..f50d02535 --- /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) 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: