Skip to content

Commit

Permalink
remove xfailss for 1.6 tags in test_version_map_support
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 30, 2022
1 parent 690eb5d commit e8356e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions asdf/tests/test_versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,9 @@ def xfail_version_map_support_cases(request):
version = request.getfixturevalue("version")
if (version, tag) in [
("1.6.0", "tag:stsci.edu:asdf/core/column-1.1.0"),
("1.6.0", "tag:stsci.edu:asdf/core/integer-1.1.0"),
("1.6.0", "tag:stsci.edu:asdf/core/ndarray-1.1.0"),
("1.6.0", "tag:stsci.edu:asdf/core/table-1.1.0"),
("1.6.0", "tag:stsci.edu:asdf/fits/fits-1.1.0"),
("1.6.0", "tag:stsci.edu:asdf/time/time-1.2.0"),
("1.6.0", "tag:stsci.edu:asdf/unit/defunit-1.0.0"),
("1.6.0", "tag:stsci.edu:asdf/unit/defunit-1.1.0"),
("1.6.0", "tag:stsci.edu:asdf/unit/quantity-1.2.0"),
("1.6.0", "tag:stsci.edu:asdf/unit/unit-1.1.0"),
Expand Down

0 comments on commit e8356e1

Please sign in to comment.