Skip to content

Commit 5a059fc

Browse files
emilyfertigtensorflower-gardener
authored andcommitted
Pin hypothesis version as a temporary fix for OSS test failures.
PiperOrigin-RevId: 451021110
1 parent 3a6f248 commit 5a059fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/dependency_install_lib.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ install_common_packages() {
8080
install_test_only_packages() {
8181
# The following unofficial dependencies are used only by tests.
8282
PIP_FLAGS=${1-}
83-
python -m pip install $PIP_FLAGS hypothesis matplotlib mock mpmath scipy pandas optax
83+
# TODO(b/233927309): Unpin hypothesis version.
84+
python -m pip install $PIP_FLAGS hypothesis==6.46.7 matplotlib mock mpmath scipy pandas optax
8485
}
8586

8687
dump_versions() {

0 commit comments

Comments
 (0)