Skip to content

Commit 2f9a4b8

Browse files
committed
Mark test_indexing_slow as slow
1 parent fcb2c70 commit 2f9a4b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/indexing/multiindex/test_indexing_slow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def b(df, cols):
7171
return df.drop_duplicates(subset=cols[:-1])
7272

7373

74+
@pytest.mark.slow
7475
@pytest.mark.filterwarnings("ignore::pandas.errors.PerformanceWarning")
7576
@pytest.mark.parametrize("lexsort_depth", list(range(5)))
7677
@pytest.mark.parametrize("frame_fixture", ["a", "b"])

0 commit comments

Comments
 (0)