diff --git a/pandas/tests/groupby/conftest.py b/pandas/tests/groupby/conftest.py index 8901af7a90acc..ebac36c5f8c78 100644 --- a/pandas/tests/groupby/conftest.py +++ b/pandas/tests/groupby/conftest.py @@ -112,7 +112,7 @@ def reduction_func(request): return request.param -@pytest.fixture(params=transformation_kernels) +@pytest.fixture(params=sorted(transformation_kernels)) def transformation_func(request): """yields the string names of all groupby transformation functions.""" return request.param