Skip to content

Commit

Permalink
Update modin/tests/pandas/test_io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YarShev authored Apr 29, 2024
1 parent 28b0805 commit 9fa2891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/tests/pandas/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -3465,7 +3465,7 @@ def test_from_dask():

@pytest.mark.skipif(
condition=Engine.get() not in ("Ray", "Dask", "Unidist"),
reason="Dask DataFrame can only be created if Modin uses Ray, Dask or MPI engine.",
reason="Modin DataFrame can only be created from map if Modin uses Ray, Dask or MPI engine.",
)
@pytest.mark.filterwarnings(default_to_pandas_ignore_string)
def test_from_map():
Expand Down

0 comments on commit 9fa2891

Please sign in to comment.