Skip to content

Commit

Permalink
unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Feb 19, 2024
1 parent b6d4a83 commit 8576305
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
re.compile(".*/core/column.*"),
re.compile(".*/core/table.*"),
re.compile(".*/core/subclass_metadata.*"),
re.compile(".*/fits/.*"),
re.compile(".*/table/.*"),
re.compile(".*/unit/.*"),
re.compile(".*/time/.*"),
}

METASCHEMA_ID = "http://stsci.edu/schemas/yaml-schema/draft-01"
Expand Down
7 changes: 7 additions & 0 deletions tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"http://stsci.edu/schemas/asdf/core/column-1.0.0",
"http://stsci.edu/schemas/asdf/core/table-1.0.0",
"http://stsci.edu/schemas/asdf/core/subclass_metadata-1.0.0",
"http://stsci.edu/schemas/asdf/fits/fits-1.1.0",
"http://stsci.edu/schemas/asdf/table/column-1.1.0",
"http://stsci.edu/schemas/asdf/table/table-1.1.0",
"http://stsci.edu/schemas/asdf/time/time-1.2.0",
"http://stsci.edu/schemas/asdf/unit/defunit-1.0.0",
"http://stsci.edu/schemas/asdf/unit/quantity-1.2.0",
"http://stsci.edu/schemas/asdf/unit/unit-1.0.0",
}


Expand Down
1 change: 0 additions & 1 deletion tests/test_version_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def test_version_map(path):
assert False, message


@pytest.mark.skip
@pytest.mark.parametrize("path, previous_path", zip(SORTED_PATHS[1:], SORTED_PATHS[0:-1]))
def test_version_map_tags_retained(path, previous_path):
"""
Expand Down

0 comments on commit 8576305

Please sign in to comment.