From 85763055769a4c04ec84cebb95c705e9cd4260b0 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 19 Feb 2024 15:10:07 -0500 Subject: [PATCH] unskip test --- tests/common.py | 4 ++++ tests/test_docs.py | 7 +++++++ tests/test_version_map.py | 1 - 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/tests/common.py b/tests/common.py index 0b2d5990..ea749495 100644 --- a/tests/common.py +++ b/tests/common.py @@ -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" diff --git a/tests/test_docs.py b/tests/test_docs.py index 1126e10e..bc370b54 100644 --- a/tests/test_docs.py +++ b/tests/test_docs.py @@ -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", } diff --git a/tests/test_version_map.py b/tests/test_version_map.py index ee4a8099..47671738 100644 --- a/tests/test_version_map.py +++ b/tests/test_version_map.py @@ -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): """