Skip to content

Commit f51dd9f

Browse files
authored
Simplify error message
1 parent 9d9c9ad commit f51dd9f

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
@@ -335,7 +335,7 @@ def test_get_engine_auto_error_message():
335335
with pytest.raises(ImportError, match=match):
336336
get_engine("auto")
337337
else:
338-
match = "Use pip, conda, or your preferred package manager to install the fastparquet package"
338+
match = "Please install the fastparquet package"
339339
with pytest.raises(ImportError, match=match):
340340
get_engine("auto")
341341

0 commit comments

Comments
 (0)