Skip to content

Commit c8a4796

Browse files
authored
chore: Upgrade hypothesis (#442)
1 parent 60f6a0d commit c8a4796

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dev_requirements/test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
hypothesis==5.49.0
1+
hypothesis==6.31.6
22
mock==4.0.3
33
moto==3.0.2
44
pytest==7.0.0

test/functional/hypothesis_strategies.py

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
hypothesis.HealthCheck.too_slow,
2424
hypothesis.HealthCheck.data_too_large,
2525
hypothesis.HealthCheck.large_base_example,
26+
# Hypothesis requires that we acknowledge that the example_table fixure
27+
# is not reset between examples generated by hypothesis.given.
28+
# This is the desired behavior for example_table, so supress this check
29+
hypothesis.HealthCheck.function_scoped_fixture,
2630
),
2731
deadline=None,
2832
)

0 commit comments

Comments
 (0)