File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,11 @@ description = run tests
23
23
setenv =
24
24
PYTEST_ARGS = ' '
25
25
online: PYTEST_ARGS = --remote-data =any --reruns =1 --reruns-delay 10
26
+ devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple https://pypi.anaconda.org/astropy/simple
26
27
27
28
deps =
28
- # Installation of nightly wheels happen below in the `commands` section for devdeps
29
+ devdeps: numpy>=0.0.dev0
30
+ devdeps: astropy>=0.0.dev0
29
31
devdeps: git+https://github.com/astropy/pyvo.git# egg=pyvo
30
32
31
33
# mpl while not a dependency, it's required for the tests, and would pull up a newer numpy version if not pinned.
@@ -48,9 +50,6 @@ extras =
48
50
49
51
50
52
commands =
51
- devdeps: python -m pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
52
- devdeps: python -m pip install -U --pre -i https://pypi.anaconda.org/astropy/simple astropy
53
-
54
53
python -m pip freeze
55
54
!cov: pytest --pyargs astroquery {toxinidir}/docs {env:PYTEST_ARGS} {posargs}
56
55
cov: pytest --pyargs astroquery {toxinidir}/docs --cov astroquery --cov-config ={toxinidir}/setup.cfg {env:PYTEST_ARGS} {posargs}
You can’t perform that action at this time.
0 commit comments