Skip to content

Commit

Permalink
test(csv): Ignore european-union-support
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 11, 2023
1 parent 584ed16 commit e93d95a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e93d95a

Please sign in to comment.