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 3abe6e9Copy full SHA for 3abe6e9
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,8 @@ 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: git+https://github.com/pytest-dev/pytest#egg=pytest
31
+ py312: numpy>=0.0.dev0
32
extras =
33
test
34
commands =
0 commit comments