Skip to content

Commit ebafbeb

Browse files
authored
Merge pull request #44 from pllim/numpdev-abi-madness
TST: Fix devdeps
2 parents 4c9d0c6 + c64d29a commit ebafbeb

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/astropy/simple 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/liberfa/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
1414
description = run tests
1515
deps =
1616
pytestoldest: pytest==4.6.0
@@ -28,6 +28,7 @@ deps =
2828
devdeps: git+https://github.com/pytest-dev/pytest#egg=pytest
2929
devdeps: numpy>=0.0.dev0
3030
devdeps: pandas>=0.0.dev0
31+
devdeps: pyerfa>=0.0.dev0
3132
devdeps: astropy>=0.0.dev0
3233
extras =
3334
test

0 commit comments

Comments
 (0)