We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7a08b commit 415a01eCopy full SHA for 415a01e
pandas/conftest.py
@@ -126,7 +126,7 @@ def all_arithmetic_operators(request):
126
# use sorted as dicts in py<3.6 have random order, which xdist doesn't like
127
_cython_table = sorted(((key, value) for key, value in
128
pd.core.base.SelectionMixin._cython_table.items()),
129
- key=lambda x: x[0].__class__.__name__)
+ key=lambda x: x[0].__name__)
130
131
132
@pytest.fixture(params=_cython_table)
0 commit comments