Skip to content

Commit cfe2546

Browse files
authored
Merge pull request #183 from pllim/fix-devdeps
TST: Fix devdeps
2 parents ae44ecf + c44f5d6 commit cfe2546

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[build-system]
22
requires = ["setuptools>=30.3.0",
3-
"setuptools_scm",
4-
"wheel"]
3+
"setuptools_scm"]
54
build-backend = "setuptools.build_meta"

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ envlist =
55
twine
66
bandit
77
linkcheck
8-
requires =
9-
setuptools >= 30.3.0
10-
pip >= 19.3.1
118

129
[testenv]
1310
setenv =
14-
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
11+
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
1512

1613
# Pass through the following environemnt variables which are needed for the CI
1714
passenv = HOME,WINDIR,CI,PYSYN_CDBS
@@ -49,6 +46,7 @@ deps =
4946
# or nightly wheel of key dependencies.
5047
devdeps: numpy>=0.0.dev0
5148
devdeps: scipy>=0.0.dev0
49+
devdeps: pyerfa>=0.0.dev0
5250
devdeps: astropy>=0.0.dev0
5351
devdeps: git+https://github.com/spacetelescope/synphot_refactor.git@master#egg=synphot
5452

0 commit comments

Comments
 (0)