Skip to content

Commit 18e2c67

Browse files
rajibmitraPingviinituutti
authored andcommitted
Update test_ticks.py (pandas-dev#24701)
1 parent 08fd27b commit 18e2c67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/tseries/offsets/test_ticks.py

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def test_tick_add_sub(cls, n, m):
5959

6060

6161
@pytest.mark.parametrize('cls', tick_classes)
62+
@settings(deadline=None)
6263
@example(n=2, m=3)
6364
@given(n=st.integers(-999, 999), m=st.integers(-999, 999))
6465
def test_tick_equality(cls, n, m):

0 commit comments

Comments
 (0)