Skip to content

Commit

Permalink
Fix module skip name
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Nov 20, 2023
1 parent 49fcf63 commit 0a7a64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/io/test_http_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def stata_responder(df):
partial(pd.read_parquet, engine="fastparquet"),
# TODO(ArrayManager) fastparquet
marks=[
td.skip_if_no("parquet"),
td.skip_if_no("fastparquet"),
td.skip_if_no("fsspec"),
td.skip_array_manager_not_yet_implemented,
],
Expand Down

0 comments on commit 0a7a64a

Please sign in to comment.