We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7347a commit 0e8af65Copy full SHA for 0e8af65
tests/system/test_pandas.py
@@ -341,7 +341,7 @@ def test_load_table_from_dataframe_w_nullable_int64_datatype(
341
342
343
@pytest.mark.skipif(
344
- PANDAS_INSTALLED_VERSION[0:2].startswith("0.")
+ PANDAS_INSTALLED_VERSION[0:2].startswith("0."),
345
reason="Only `pandas version >=1.0.0` is supported",
346
)
347
def test_load_table_from_dataframe_w_nullable_int64_datatype_automatic_schema(
0 commit comments