From f65e3435a9d21a7de87ee56a2a03aa49b0952a5e Mon Sep 17 00:00:00 2001 From: Eric Lundby Date: Tue, 12 Nov 2024 09:09:12 -0700 Subject: [PATCH] Add comment about skipped tests. Co-authored-by: Lorenzo Pirritano <6698585+lorepirri@users.noreply.github.com> --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 36b47b8..443cd98 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -33,6 +33,7 @@ test: - matplotlib-base commands: - pip check + # skip tests that require 'railroad', unavailable - pytest -vv . --ignore=tests/test_diagram.py -k "not (TestExamples or Test02_WithoutPackrat or Test04_WithPackrat or Test06_WithBoundedPackrat or Test08_WithUnboundedPackrat or Test09_WithLeftRecursionParsing or Test10_WithLeftRecursionParsingBoundedMemo)" about: