Skip to content

Commit d5443ca

Browse files
committed
fixup
1 parent 687e3b7 commit d5443ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/tseries/test_offsets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4920,8 +4920,8 @@ def test_all_offset_classes(self):
49204920
tick_classes = [x for x in offset_classes if issubclass(x, offsets.Tick)]
49214921

49224922

4923-
@pytest.parametrize('cls', month_classes+tick_classes)
4924-
@pytest.parametrize('kwd', _rd_kwds)
4923+
@pytest.mark.parametrize('cls', month_classes+tick_classes)
4924+
@pytest.mark.parametrize('kwd', _rd_kwds)
49254925
def test_valid_attributes(kwd, cls):
49264926
# check that we cannot create e.g. MonthEnd(weeks=3)
49274927
with pytest.raises(TypeError):

0 commit comments

Comments
 (0)