Skip to content

Commit adfee28

Browse files
authored
Merge pull request #144 from honno/specify-version-for-hyp
Bump Hypothesis, specify `api_version` in `make_strategies_namespace()`
2 parents d71787e + 1ef7882 commit adfee28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: array_api_tests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def _from_dtype(*a, **kw):
4141
pass
4242

4343

44-
xps = array_api.make_strategies_namespace(_xp)
44+
xps = array_api.make_strategies_namespace(_xp, api_version="2021.12")
4545

4646

4747
from . import _version

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest
22
pytest-json-report
3-
hypothesis>=6.45.0
3+
hypothesis>=6.55.0
44
ndindex>=1.6

0 commit comments

Comments
 (0)