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 687e3b7 commit d5443caCopy full SHA for d5443ca
pandas/tests/tseries/test_offsets.py
@@ -4920,8 +4920,8 @@ def test_all_offset_classes(self):
4920
tick_classes = [x for x in offset_classes if issubclass(x, offsets.Tick)]
4921
4922
4923
-@pytest.parametrize('cls', month_classes+tick_classes)
4924
-@pytest.parametrize('kwd', _rd_kwds)
+@pytest.mark.parametrize('cls', month_classes+tick_classes)
+@pytest.mark.parametrize('kwd', _rd_kwds)
4925
def test_valid_attributes(kwd, cls):
4926
# check that we cannot create e.g. MonthEnd(weeks=3)
4927
with pytest.raises(TypeError):
0 commit comments