Skip to content

Commit 07261dd

Browse files
jbrockmendelnickleus27
authored andcommitted
disable xfail (pandas-dev#44436)
1 parent 25401fc commit 07261dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/io/parser/test_compression.py

-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ def test_compression(parser_and_data, compression_only, buffer, filename):
103103
tm.write_to_compressed(compress_type, path, data)
104104
compression = "infer" if filename else compress_type
105105

106-
if ext == "bz2":
107-
pytest.xfail("pyarrow wheels don't have bz2 codec support")
108106
if buffer:
109107
with open(path, "rb") as f:
110108
result = parser.read_csv(f, compression=compression)

0 commit comments

Comments
 (0)