Skip to content

Commit ed4013d

Browse files
committed
fix test_parquest tests
1 parent 675c81c commit ed4013d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def test_get_engine_auto_error_message():
334334
with pytest.raises(ImportError, match=match):
335335
get_engine("auto")
336336
else:
337-
match = "Missing optional dependency .fastparquet."
337+
match = "Use pip or conda to install the fastparquet package"
338338
with pytest.raises(ImportError, match=match):
339339
get_engine("auto")
340340

0 commit comments

Comments
 (0)