We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a4f8ed + 444b529 commit aeb129cCopy full SHA for aeb129c
pandas/conftest.py
@@ -712,9 +712,9 @@ def _create_mi_with_dt64tz_level():
712
pd.array([f"pandas_{i}" for i in range(10)], dtype="string[python]")
713
),
714
}
715
-if has_pyarrow:
716
- idx = Index(pd.array([f"pandas_{i}" for i in range(10)], dtype="string[pyarrow]"))
717
- indices_dict["string-pyarrow"] = idx
+# if has_pyarrow:
+# idx = Index(pd.array([f"pandas_{i}" for i in range(100)], dtype="string[pyarrow]"))
+# indices_dict["string-pyarrow"] = idx
718
719
720
@pytest.fixture(params=indices_dict.keys())
0 commit comments