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 761bceb commit 426d445Copy full SHA for 426d445
pandas/tests/groupby/conftest.py
@@ -112,7 +112,7 @@ def reduction_func(request):
112
return request.param
113
114
115
-@pytest.fixture(params=transformation_kernels)
+@pytest.fixture(params=sorted(transformation_kernels))
116
def transformation_func(request):
117
"""yields the string names of all groupby transformation functions."""
118
0 commit comments