Skip to content

Commit 70e14e9

Browse files
authored
1 parent 6f3daa8 commit 70e14e9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/functional/hypothesis_strategies.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@
2525
hypothesis.HealthCheck.hung_test,
2626
hypothesis.HealthCheck.large_base_example,
2727
),
28-
timeout=hypothesis.unlimited,
2928
deadline=None,
3029
)
31-
VERY_SLOW_SETTINGS = hypothesis.settings(SLOW_SETTINGS, max_examples=1000, max_iterations=1500)
30+
VERY_SLOW_SETTINGS = hypothesis.settings(SLOW_SETTINGS, max_examples=1000)
3231
MAX_ITEM_BYTES = 400 * 1024 * 1024
3332

3433
# _MIN_NUMBER = Decimal('1E-128') # The DDB min is 1E-130, but DYNAMODB_CONTEXT Emin is -128

test/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
hypothesis==3.63.0
1+
hypothesis>=3.63.0
22
mock
33
# temporarily pinning moto pending resolution of
44
# https://github.com/spulec/moto/issues/1924

0 commit comments

Comments
 (0)