From 0e8af657c74e24ec074a8bf392a5ae9d74d170de Mon Sep 17 00:00:00 2001 From: Kira Date: Tue, 28 Nov 2023 12:52:17 -0800 Subject: [PATCH] Update tests/system/test_pandas.py Co-authored-by: Anthonios Partheniou --- tests/system/test_pandas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/test_pandas.py b/tests/system/test_pandas.py index 3168e5415c..e93f245c08 100644 --- a/tests/system/test_pandas.py +++ b/tests/system/test_pandas.py @@ -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(