Skip to content

Commit 1eba26d

Browse files
calling 'indices' fixture as 'index'
1 parent 8ed190d commit 1eba26d

File tree

2 files changed

+132
-128
lines changed

2 files changed

+132
-128
lines changed

pandas/conftest.py

+4
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,10 @@ def indices(request):
404404
return indices_dict[request.param].copy()
405405

406406

407+
# gh-32974
408+
index = indices
409+
410+
407411
# ----------------------------------------------------------------
408412
# Series'
409413
# ----------------------------------------------------------------

0 commit comments

Comments
 (0)