Skip to content

Commit

Permalink
Possibly fix buffer overrun flake (related to db reuse phase?)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobh committed Jan 29, 2024
1 parent de5a04c commit d93ec6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/tests/common/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def assert_all_examples(strategy, predicate, settings=None):
"""

@given(strategy)
@Settings(parent=settings)
@Settings(parent=settings, database=None)
def assert_examples(s):
msg = f"Found {s!r} using strategy {strategy} which does not match"
assert predicate(s), msg
Expand Down

0 comments on commit d93ec6d

Please sign in to comment.