Skip to content

Commit

Permalink
remove use of deprecated hypothesis features (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsb42-aws authored Jan 15, 2019
1 parent 6f3daa8 commit 70e14e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/functional/hypothesis_strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
hypothesis.HealthCheck.hung_test,
hypothesis.HealthCheck.large_base_example,
),
timeout=hypothesis.unlimited,
deadline=None,
)
VERY_SLOW_SETTINGS = hypothesis.settings(SLOW_SETTINGS, max_examples=1000, max_iterations=1500)
VERY_SLOW_SETTINGS = hypothesis.settings(SLOW_SETTINGS, max_examples=1000)
MAX_ITEM_BYTES = 400 * 1024 * 1024

# _MIN_NUMBER = Decimal('1E-128') # The DDB min is 1E-130, but DYNAMODB_CONTEXT Emin is -128
Expand Down
2 changes: 1 addition & 1 deletion test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hypothesis==3.63.0
hypothesis>=3.63.0
mock
# temporarily pinning moto pending resolution of
# https://github.com/spulec/moto/issues/1924
Expand Down

0 comments on commit 70e14e9

Please sign in to comment.