We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d855ea1 commit 23e0d01Copy full SHA for 23e0d01
pyproject.toml
@@ -63,6 +63,12 @@ where = ["src"]
63
[tool.pytest.ini_options]
64
asdf_schema_root = 'resources/schemas'
65
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
+"""
72
asdf_schema_ignore_unrecognized_tag = 'true'
73
addopts = '--color=yes -r a'
74
filterwarnings = [
0 commit comments