Skip to content

Commit

Permalink
Merge pull request #44 from pllim/numpdev-abi-madness
Browse files Browse the repository at this point in the history
TST: Fix devdeps
  • Loading branch information
pllim authored Nov 21, 2023
2 parents 4c9d0c6 + c64d29a commit ebafbeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ isolated_build = true
[testenv]
changedir = .tmp/{envname}
setenv =
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
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
description = run tests
deps =
pytestoldest: pytest==4.6.0
Expand All @@ -28,6 +28,7 @@ deps =
devdeps: git+https://github.com/pytest-dev/pytest#egg=pytest
devdeps: numpy>=0.0.dev0
devdeps: pandas>=0.0.dev0
devdeps: pyerfa>=0.0.dev0
devdeps: astropy>=0.0.dev0
extras =
test
Expand Down

0 comments on commit ebafbeb

Please sign in to comment.