We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18be9b8 commit c745a36Copy full SHA for c745a36
tox.ini
@@ -9,6 +9,9 @@ isolated_build = true
9
10
[testenv]
11
changedir = .tmp/{envname}
12
+setenv =
13
+ # Until a released numpy version is 3.12 compatible, we install the dev wheel
14
+ py312: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
15
description = run tests
16
deps =
17
pytestoldest: pytest==4.6.0
@@ -24,6 +27,7 @@ deps =
24
27
pytest73: pytest==7.3.*
25
28
pytest74: pytest==7.4.*
26
29
pytestdev: git+https://github.com/pytest-dev/pytest#egg=pytest
30
+ py312: numpy>=0.0.dev0
31
extras =
32
test
33
commands =
0 commit comments