Skip to content

Commit f4f10e6

Browse files
committed
nocover
1 parent 721312d commit f4f10e6

File tree

1 file changed

+1
-1
lines changed
  • hypothesis-python/src/hypothesis/strategies/_internal

1 file changed

+1
-1
lines changed

hypothesis-python/src/hypothesis/strategies/_internal/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def defines_strategy(
116116
LazyStrategy.
117117
"""
118118

119-
if eager is not False and force_reusable_values:
119+
if eager is not False and force_reusable_values: # pragma: no cover
120120
# We could support eager + force_reusable_values with a suitable wrapper,
121121
# but there are currently no callers that request this combination.
122122
raise InvalidArgument(

0 commit comments

Comments
 (0)