Skip to content

Commit

Permalink
refine xfailed standard tag version tests
Browse files Browse the repository at this point in the history
development versions of the standard included
tags supported by asdf-astropy
  • Loading branch information
braingram committed Mar 6, 2023
1 parent 874b1dc commit 0103147
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions asdf/_tests/test_versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,8 @@ def _xfail_version_map_support_cases(request):
tag = request.getfixturevalue("tag")
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/table-1.1.0"),
("1.6.0", "tag:stsci.edu:asdf/fits/fits-1.1.0"),
("1.6.0", "tag:stsci.edu:asdf/unit/defunit-1.1.0"),
("1.6.0", "tag:stsci.edu:asdf/unit/defunit-1.0.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"),
("1.5.0", "tag:stsci.edu:asdf/unit/defunit-1.0.0"),
("1.4.0", "tag:stsci.edu:asdf/unit/defunit-1.0.0"),
("1.4.0", "tag:stsci.edu:asdf/wcs/celestial_frame-1.1.0"),
Expand Down

0 comments on commit 0103147

Please sign in to comment.