Skip to content

Commit

Permalink
remove xfail from schema tests
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Oct 11, 2022
1 parent 178a068 commit ee7eed6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions asdf/tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ def test_defaults():
assert t == {}


@pytest.mark.xfail(reason="This will be fixed by #1203")
def test_default_check_in_schema():
s = {"type": "object", "properties": {"a": {"type": "integer", "default": "foo"}}}

Expand All @@ -420,7 +419,6 @@ def test_default_check_in_schema():
schema.check_schema(s, validate_default=False)


@pytest.mark.xfail(reason="This will be fixed by #1203")
def test_check_complex_default():
default_software = tagged.TaggedDict({"name": "asdf", "version": "2.7.0"}, "tag:stsci.edu/asdf/core/software-1.0.0")

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ git+https://github.com/asdf-format/asdf-transform-schemas
git+https://github.com/asdf-format/asdf-wcs-schemas
git+https://github.com/astropy/astropy
git+https://github.com/spacetelescope/gwcs
git+https://github.com/yaml/pyyaml.git
git+https://github.com/python-jsonschema/jsonschema

scipy>=0.0.dev0
Expand Down

0 comments on commit ee7eed6

Please sign in to comment.