Skip to content

Commit 4048d82

Browse files
axchtensorflower-gardener
authored andcommitted
Update to Hypothesis version 3.88.3
PiperOrigin-RevId: 387410521
1 parent 82369e8 commit 4048d82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow_probability/python/internal/hypothesis_testlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def decorator(test_method):
106106
if repro_seed is not None:
107107
# This implements the semantics of TFP_HYPOTHESIS_REPRODUCE via
108108
# the `hp.reproduce_failure` decorator.
109-
test_method = hp.reproduce_failure('3.56.5', repro_seed)(test_method)
109+
test_method = hp.reproduce_failure('3.88.3', repro_seed)(test_method)
110110
elif randomize_hypothesis():
111111
# Hypothesis defaults to seeding its internal PRNG from the system time,
112112
# so since we actually want randomization (including across machines) we

testing/install_test_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ install_python_packages() {
186186

187187
# The following unofficial dependencies are used only by tests.
188188
# TODO(b/148685448): Unpin Hypothesis and coverage versions.
189-
python -m pip install $PIP_FLAGS hypothesis==3.56.5 coverage==4.4.2 matplotlib mock mpmath scipy pandas
189+
python -m pip install $PIP_FLAGS hypothesis==3.88.3 coverage==4.4.2 matplotlib mock mpmath scipy pandas
190190

191191
# Install additional TFP dependencies.
192192
python -m pip install $PIP_FLAGS decorator 'cloudpickle>=1.3' dm-tree

0 commit comments

Comments
 (0)