We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb2c70 commit 2f9a4b8Copy full SHA for 2f9a4b8
pandas/tests/indexing/multiindex/test_indexing_slow.py
@@ -71,6 +71,7 @@ def b(df, cols):
71
return df.drop_duplicates(subset=cols[:-1])
72
73
74
+@pytest.mark.slow
75
@pytest.mark.filterwarnings("ignore::pandas.errors.PerformanceWarning")
76
@pytest.mark.parametrize("lexsort_depth", list(range(5)))
77
@pytest.mark.parametrize("frame_fixture", ["a", "b"])
0 commit comments