Skip to content

Commit 5ee95d6

Browse files
committed
fix hypothesis.errors.FailedHealthCheck
1 parent 3a157ed commit 5ee95d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/functions/test_encode_categorical.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def test_all_None(df):
271271

272272
@pytest.mark.functions
273273
@given(df=categoricaldf_strategy())
274+
@settings(deadline=None)
274275
def test_all_cat_None_1(df):
275276
"""
276277
Test output where a string is provided.

tests/functions/test_expand_grid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def test_others_empty():
3333

3434

3535
@given(df=df_strategy())
36+
@settings(deadline=None)
3637
def test_df_key(df):
3738
"""Raise error if df exists and df_key is not supplied."""
3839
with pytest.raises(KeyError):

0 commit comments

Comments
 (0)