Skip to content

Commit 973a28f

Browse files
authored
Merge pull request #4636 from Liam-DeVoe/remove-make
Remove `Makefile`
2 parents 99f8995 + 154d70c commit 973a28f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
This file was deleted.

hypothesis-python/tests/cover/test_recursive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def test_respects_min_leaves(data):
122122

123123

124124
@given(st.recursive(st.none(), lambda x: st.tuples(x, x), min_leaves=5, max_leaves=5))
125+
@settings(suppress_health_check=["filter_too_much"])
125126
def test_can_set_exact_leaf_count(tree):
126127
assert _count_leaves(tree) == 5
127128

0 commit comments

Comments
 (0)