Skip to content

Commit 23e0d01

Browse files
committed
re-skip a few tests
1 parent d855ea1 commit 23e0d01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ where = ["src"]
6363
[tool.pytest.ini_options]
6464
asdf_schema_root = 'resources/schemas'
6565
asdf_schema_tests_enabled = 'true'
66+
asdf_schema_skip_tests = """
67+
stsci.edu/asdf/wcs/step-1.1.0.yaml
68+
stsci.edu/asdf/wcs/step-1.2.0.yaml
69+
stsci.edu/asdf/wcs/wcs-1.1.0.yaml
70+
stsci.edu/asdf/wcs/wcs-1.2.0.yaml
71+
"""
6672
asdf_schema_ignore_unrecognized_tag = 'true'
6773
addopts = '--color=yes -r a'
6874
filterwarnings = [

0 commit comments

Comments
 (0)