Skip to content

Commit 1ef7882

Browse files
committed
Bump Hypothesis, specify api_version
1 parent d71787e commit 1ef7882

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)