Skip to content

Commit 8d3b66c

Browse files
committed
remove xfail for zip
1 parent 15b0211 commit 8d3b66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def test_open_with_mode_w(store: Store) -> None:
301301

302302
@pytest.mark.parametrize(
303303
"store",
304-
["local", "memory", "remote", pytest.param("zip", marks=pytest.mark.xfail)],
304+
["local", "memory", "remote", "zip"],
305305
indirect=True,
306306
)
307307
def test_open_with_mode_w_minus(store: Store) -> None:

0 commit comments

Comments
 (0)