Skip to content

Commit d419b48

Browse files
committed
remove xfail from schema tests
1 parent 1c9a580 commit d419b48

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

asdf/tests/test_schema.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ def test_defaults():
410410
assert t == {}
411411

412412

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

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

422421

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

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ git+https://github.com/asdf-format/asdf-transform-schemas
55
git+https://github.com/asdf-format/asdf-wcs-schemas
66
git+https://github.com/astropy/astropy
77
git+https://github.com/spacetelescope/gwcs
8+
git+https://github.com/yaml/pyyaml.git
89
git+https://github.com/python-jsonschema/jsonschema
910

1011
scipy>=0.0.dev0

0 commit comments

Comments
 (0)