We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f125f6 commit d6d1a76Copy full SHA for d6d1a76
pandas/tests/groupby/test_nunique.py
@@ -9,6 +9,7 @@
9
import pandas._testing as tm
10
11
12
+@pytest.mark.slow
13
@pytest.mark.parametrize("n", 10 ** np.arange(2, 6))
14
@pytest.mark.parametrize("m", [10, 100, 1000])
15
@pytest.mark.parametrize("sort", [False, True])
0 commit comments