Skip to content

Commit

Permalink
Add hypothesis<6.83.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonYansenZhao committed Sep 4, 2023
1 parent 40361f4 commit 9364c9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"hyperopt>=0.2.7,<1",
"notebook>=7.0.0,<8", # requires jupyter, ipykernel
"locust>=2.12.2,<3",
# 6.83.1 introduced a non-existent attribute '_deferred_pprinters' of IPython.lib.pretty in
# https://github.com/HypothesisWorks/hypothesis/commit/5ea8e0c3e6da1cd9fb3f302124dc74791c14db11
"hypothesis<6.83.1",
]

# shared dependencies
Expand Down

0 comments on commit 9364c9b

Please sign in to comment.