Skip to content

Commit 3a2a2fa

Browse files
committed
comment out the previous test
1 parent 0edda9d commit 3a2a2fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_frame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,6 +2403,7 @@ def test_indexslice_getitem():
24032403
# a change in typeshed.
24042404
# Once pyright 1.1.390 and mypy 1.14 are released, the test can be
24052405
# reverted to the standard form.
2406+
# check(assert_type(pd.IndexSlice[ind, :], tuple["pd.Index[int]", slice]), tuple)
24062407
tmp: tuple[pd.Index[int], slice] = pd.IndexSlice[ind, :]
24072408
check(assert_type(tmp, tuple["pd.Index[int]", slice]), tuple)
24082409
check(assert_type(df.loc[pd.IndexSlice[ind, :]], pd.DataFrame), pd.DataFrame)

0 commit comments

Comments
 (0)