File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 14
14
r"^#.*$" ,
15
15
)
16
16
17
- QUANTITY_TAGS = {"tag:stsci.edu:asdf/unit/quantity-1.*" , "tag:astropy.org:astropy/units/quantity-1.*" }
18
17
UNIT_TAGS = {"tag:stsci.edu:asdf/unit/unit-1.*" , "tag:astropy.org:astropy/units/unit-1.*" }
19
18
20
19
@@ -40,10 +39,10 @@ def test_wildcard_tags(latest_schema):
40
39
assert False , f"tag pattern missing wildcard: { pattern } "
41
40
42
41
43
- @pytest .mark .parametrize ("tag_set" , (QUANTITY_TAGS , UNIT_TAGS ))
42
+ @pytest .mark .parametrize ("tag_set" , (UNIT_TAGS , ))
44
43
def test_tags_in_allof (latest_schema , tag_set ):
45
44
"""
46
- Test that some tags (quantity and unit) where the
45
+ Test that some tags (unit) where the
47
46
tag used depends on the value are always referenced in an
48
47
allof containing all tags.
49
48
"""
You can’t perform that action at this time.
0 commit comments