From e93d95a9af536584ee2baaf2b2d0363345cc0180 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:21:10 -0400 Subject: [PATCH] test(csv): Ignore european-union-support --- tests/test_csv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_csv.py b/tests/test_csv.py index 4598d6d..1adee97 100644 --- a/tests/test_csv.py +++ b/tests/test_csv.py @@ -90,6 +90,7 @@ def test_valid(): @pytest.mark.skipif(repo_name in ('pelican-backend',), reason='not a codelist') +@pytest.mark.skipif(repo_name in ('european-union-support',), reason='not a codelist') def test_codelist(): """ Ensures all codelists files are valid against codelist-schema.json.