Skip to content

Commit

Permalink
Merge pull request #144 from honno/specify-version-for-hyp
Browse files Browse the repository at this point in the history
Bump Hypothesis, specify `api_version` in `make_strategies_namespace()`
  • Loading branch information
honno committed Sep 30, 2022
2 parents d71787e + 1ef7882 commit adfee28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion array_api_tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _from_dtype(*a, **kw):
pass


xps = array_api.make_strategies_namespace(_xp)
xps = array_api.make_strategies_namespace(_xp, api_version="2021.12")


from . import _version
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest
pytest-json-report
hypothesis>=6.45.0
hypothesis>=6.55.0
ndindex>=1.6

0 comments on commit adfee28

Please # to comment.