Skip to content

Commit

Permalink
TEST-#2291: Update modin/pandas/test/test_io.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anatoly Myachev <[email protected]>
Signed-off-by: Alexander Myskov <[email protected]>
  • Loading branch information
amyskov and anmyachev committed Dec 1, 2020
1 parent 1851494 commit de909c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modin/pandas/test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,12 @@ def test_read_csv_nans_handling(
eval_io(
filepath_or_buffer=pytest.csvs_names["test_read_csv_nans"],
fn_name="read_csv",
**kwargs,
# read_csv kwargs
na_values=na_values,
keep_default_na=keep_default_na,
na_filter=na_filter,
verbose=verbose,
skip_blank_lines=skip_blank_lines,
)

# Datetime Handling tests
Expand Down

0 comments on commit de909c3

Please sign in to comment.