Skip to content

Commit aeb129c

Browse files
committed
Merge branch 'feature-tolerance' of github.com:tomhoq/pandas into feature-tolerance
2 parents 6a4f8ed + 444b529 commit aeb129c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -712,9 +712,9 @@ def _create_mi_with_dt64tz_level():
712712
pd.array([f"pandas_{i}" for i in range(10)], dtype="string[python]")
713713
),
714714
}
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
715+
# if has_pyarrow:
716+
# idx = Index(pd.array([f"pandas_{i}" for i in range(100)], dtype="string[pyarrow]"))
717+
# indices_dict["string-pyarrow"] = idx
718718

719719

720720
@pytest.fixture(params=indices_dict.keys())

0 commit comments

Comments
 (0)