Skip to content

Commit 2f1383c

Browse files
SiegeLordExtensorflower-gardener
authored andcommitted
Temporarily fix the OSS tests.
- Pin hypothesis to an older version, as newer versions reveal too many miscalibrated tests. - Forbid recent TF nightly packages, as they crash on import in Inference Gym. PiperOrigin-RevId: 712983081
1 parent 7bb0662 commit 2f1383c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/dependency_install_lib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ find_good_tf_nightly_version_str() {
6161
VERSION=$1
6262
curl -s "https://pypi.org/pypi/${VERSION}/json" \
6363
| python -c "$PYTHON_PARSE_PACKAGE_JSON" \
64-
--bad_dates 20220727 20220809 20220811 20220902 20230105
64+
--bad_dates 20250103 20250105 20250107
6565
}
6666

6767
install_tensorflow() {
@@ -96,7 +96,7 @@ install_test_only_packages() {
9696
bayeux-ml \
9797
chex \
9898
flax \
99-
hypothesis \
99+
hypothesis==6.80.0 \
100100
jax \
101101
jaxlib \
102102
jaxtyping \

0 commit comments

Comments
 (0)