Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 23, 2024
1 parent 7defd14 commit 1affe0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def test_extend_empty(tmp_path):
io.extend([])
assert len(io) == 22


@pytest.mark.xfail
def test_add_new_keys_info(tmp_path):
io = znh5md.IO(tmp_path / "test.h5")
Expand All @@ -81,6 +82,7 @@ def test_add_new_keys_info(tmp_path):

assert io[1].info["key1"] == 1


@pytest.mark.xfail
def test_add_new_keys_arrays(tmp_path):
io = znh5md.IO(tmp_path / "test.h5")
Expand Down

0 comments on commit 1affe0a

Please sign in to comment.