Skip to content

Commit 00051c3

Browse files
Terji Petersentopper-123
Terji Petersen
authored andcommitted
remove Int/Uint/Float64Index from pandas/tests/io/
1 parent 17d394b commit 00051c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/io/test_parquet.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
with catch_warnings():
4444
# `np.bool` is a deprecated alias...
4545
filterwarnings("ignore", "`np.bool`", category=DeprecationWarning)
46-
# accessing pd.Int64Index in pd namespace
47-
filterwarnings("ignore", ".*Int64Index.*", category=FutureWarning)
4846

4947
import fastparquet
5048

0 commit comments

Comments
 (0)