Skip to content

Commit f1e455d

Browse files
author
Martin Durant
committed
optional markdown
1 parent d882984 commit f1e455d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_fsspec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def test_stata_options(fsspectest):
198198
tm.assert_frame_equal(df, out.astype("int64"))
199199

200200

201+
@td.skip_if_no("tabulate")
201202
def test_markdown_options(fsspectest):
202203
df = DataFrame({"a": [0]})
203204
df.to_markdown("testmem://afile", storage_options={"test": "md_write"})

0 commit comments

Comments
 (0)