Skip to content

Commit

Permalink
Update tests/system/test_pandas.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
kiraksi and parthea authored Nov 28, 2023
1 parent 9b7347a commit 0e8af65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/test_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def test_load_table_from_dataframe_w_nullable_int64_datatype(


@pytest.mark.skipif(
PANDAS_INSTALLED_VERSION[0:2].startswith("0.")
PANDAS_INSTALLED_VERSION[0:2].startswith("0."),
reason="Only `pandas version >=1.0.0` is supported",
)
def test_load_table_from_dataframe_w_nullable_int64_datatype_automatic_schema(
Expand Down

0 comments on commit 0e8af65

Please sign in to comment.