Skip to content

Commit

Permalink
remove xfail for zip
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Nov 15, 2024
1 parent 15b0211 commit 8d3b66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def test_open_with_mode_w(store: Store) -> None:

@pytest.mark.parametrize(
"store",
["local", "memory", "remote", pytest.param("zip", marks=pytest.mark.xfail)],
["local", "memory", "remote", "zip"],
indirect=True,
)
def test_open_with_mode_w_minus(store: Store) -> None:
Expand Down

0 comments on commit 8d3b66c

Please sign in to comment.