Skip to content

Commit f7e440a

Browse files
committed
Disable print_blob for stable output
1 parent 9461c7e commit f7e440a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hypothesis-python/tests/cover/test_stateful.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,7 @@ def fail_eventually(self):
981981

982982
def test_steps_printed_despite_pytest_fail(capsys):
983983
# Test for https://github.com/HypothesisWorks/hypothesis/issues/1372
984+
@Settings(print_blob=False)
984985
class RaisesProblem(RuleBasedStateMachine):
985986
@rule()
986987
def oops(self):

0 commit comments

Comments
 (0)