Skip to content

Commit d8a4e31

Browse files
committed
Need astropy-dev to go with numpy-dev
1 parent 86fd58c commit d8a4e31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ isolated_build = true
1010
[testenv]
1111
changedir = .tmp/{envname}
1212
setenv =
13-
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
13+
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
1414
description = run tests
1515
deps =
1616
pytestoldest: pytest==4.6.0
@@ -27,6 +27,7 @@ deps =
2727
pytest74: pytest==7.4.*
2828
devdeps: git+https://github.com/pytest-dev/pytest#egg=pytest
2929
devdeps: numpy>=0.0.dev0
30+
devdeps: astropy>=0.0.dev0
3031
extras =
3132
test
3233
commands =

0 commit comments

Comments
 (0)