File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -62,22 +62,9 @@ where = ["src"]
6262
6363[tool .pytest .ini_options ]
6464asdf_schema_root = ' resources/schemas'
65- asdf_schema_skip_tests = """
66- stsci.edu/asdf/asdf-schema-1.0.0.yaml
67- stsci.edu/asdf/wcs/celestial_frame-1.0.0.yaml
68- stsci.edu/asdf/wcs/celestial_frame-1.1.0.yaml
69- stsci.edu/asdf/wcs/frame-1.0.0.yaml
70- stsci.edu/asdf/wcs/frame-1.1.0.yaml
71- stsci.edu/asdf/wcs/spectral_frame-1.1.0.yaml
72- stsci.edu/asdf/wcs/step-1.1.0.yaml
73- stsci.edu/asdf/wcs/step-1.2.0.yaml
74- stsci.edu/asdf/wcs/wcs-1.1.0.yaml
75- stsci.edu/asdf/wcs/wcs-1.2.0.yaml
76- stsci.edu/yaml-schema/draft-01.yaml
77- """
7865asdf_schema_tests_enabled = ' true'
7966asdf_schema_ignore_unrecognized_tag = ' true'
80- addopts = ' --color=yes'
67+ addopts = ' --color=yes -r a '
8168filterwarnings = [
8269 " error" ,
8370]
You can’t perform that action at this time.
0 commit comments