Skip to content

Commit

Permalink
TST: Use synphot nightly wheel for devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Sep 6, 2024
1 parent 95dfa36 commit 114d335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ envlist =

[testenv]
setenv =
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
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 https://pypi.anaconda.org/stsci/simple

# Pass through the following environemnt variables which are needed for the CI
passenv = HOME,WINDIR,CI,PYSYN_CDBS
Expand Down Expand Up @@ -49,7 +49,7 @@ deps =
devdeps: scipy>=0.0.dev0
devdeps: pyerfa>=0.0.dev0
devdeps: astropy>=0.0.dev0
devdeps: git+https://github.com/spacetelescope/synphot_refactor.git@master#egg=synphot
devdeps: synphot>=0.0.dev0

cov: pytest-cov

Expand Down

0 comments on commit 114d335

Please sign in to comment.