Skip to content

Commit

Permalink
Merge pull request #3006 from Zalathar/flaky-thread-warning
Browse files Browse the repository at this point in the history
Avoid a flaky warning caused by multi-threaded DB access
  • Loading branch information
Zac-HD committed Jul 7, 2021
2 parents 05b4c56 + 0876da7 commit 720a86d
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 720a86d

Please sign in to comment.