Skip to content

Commit 720a86d

Browse files
authored
Merge pull request #3006 from Zalathar/flaky-thread-warning
Avoid a flaky warning caused by multi-threaded DB access
2 parents 05b4c56 + 0876da7 commit 720a86d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hypothesis-python/tests/nocover/test_recursive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def test_drawing_from_recursive_strategy_is_thread_safe():
137137

138138
errors = []
139139

140+
@settings(database=None)
140141
@given(data=st.data())
141142
def test(data):
142143
try:

0 commit comments

Comments
 (0)