Skip to content

Commit

Permalink
[TST] Peg hypothesis to working version (#1760)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
- The newest version of hypothesis seems to be breaking our tests. This
pegs us to a lower version for now.
 - New functionality
	 - None

## Test plan
*How are these changes tested?*

- [x] Tests pass locally with `pytest` for python, `yarn test` for js

## Documentation Changes
None
  • Loading branch information
HammadB committed Feb 22, 2024
1 parent 30e0163 commit 5909146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements_dev.txt
Expand Up @@ -2,8 +2,8 @@ black==23.3.0 # match what's in pyproject.toml
build
grpcio-tools
httpx
hypothesis
hypothesis[numpy]
hypothesis<=6.98.9 # > Than this version has API changes we don't currently support
hypothesis[numpy]<=6.98.9
mypy-protobuf
pre-commit
pytest
Expand Down

0 comments on commit 5909146

Please sign in to comment.