Skip to content

Commit

Permalink
Avoid a flaky warning caused by multi-threaded DB access
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Jun 3, 2021
1 parent 8a5a371 commit 0876da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hypothesis-python/tests/nocover/test_recursive.py
Expand Up @@ -137,6 +137,7 @@ def test_drawing_from_recursive_strategy_is_thread_safe():

errors = []

@settings(database=None)
@given(data=st.data())
def test(data):
try:
Expand Down

0 comments on commit 0876da7

Please sign in to comment.