We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1e594 commit 021cbaeCopy full SHA for 021cbae
pandas/tests/tseries/offsets/test_ticks.py
@@ -59,6 +59,7 @@ def test_tick_add_sub(cls, n, m):
59
60
61
@pytest.mark.parametrize('cls', tick_classes)
62
+@settings(deadline=None)
63
@example(n=2, m=3)
64
@given(n=st.integers(-999, 999), m=st.integers(-999, 999))
65
def test_tick_equality(cls, n, m):
0 commit comments