Skip to content

Commit

Permalink
Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Jun 29, 2019
1 parent fcf7250 commit b69778e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions astropy/io/misc/tests/test_hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ def test_preserve_serialized(tmpdir):
assert t1['a'].meta == t2['a'].meta
assert t1.meta == t2.meta


@pytest.mark.skipif('not HAS_H5PY or not HAS_YAML')
def test_preserve_serialized_old_meta_format(tmpdir):
"""Test the old meta format
Expand All @@ -480,6 +481,7 @@ def test_preserve_serialized_old_meta_format(tmpdir):
assert t1['a'].meta == t2['a'].meta
assert t1.meta == t2.meta


@pytest.mark.skipif('not HAS_H5PY or not HAS_YAML')
def test_preserve_serialized_in_complicated_path(tmpdir):
test_file = str(tmpdir.join('test.hdf5'))
Expand Down

0 comments on commit b69778e

Please sign in to comment.