pin hypothesis version to 6.131.0 (#9920)

6.131.1 seems to cause timeout in CI
This commit is contained in:
chenyu
2025-04-17 16:34:10 -04:00
committed by GitHub
parent f5256e0020
commit fe6a482f1d

View File

@@ -12,7 +12,7 @@ testing_minimal = [
"torch",
"pytest",
"pytest-xdist",
"hypothesis",
"hypothesis==6.131.0",
"z3-solver",
]