Skip to content

Commit

Permalink
TST: Add pyerfa-dev to devdeps
Browse files Browse the repository at this point in the history
and remove unnecessary tox requirements.

BLD: No longer need to specify wheel in build requirements.
  • Loading branch information
pllim committed Nov 27, 2023
1 parent be28971 commit ed81970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ roman = [
[build-system]
requires = [
"setuptools>=61.2",
"setuptools_scm",
"wheel",
"setuptools_scm"
]
build-backend = "setuptools.build_meta"

Expand Down
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ envlist =
codestyle
pep517
securityaudit
requires =
setuptools >= 30.3.0
pip >= 19.3.1
isolated_build = true

[testenv]
# Suppress display of matplotlib plots generated during docs build
setenv =
MPLBACKEND=agg
JUPYTER_PLATFORM_DIRS=1
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

# Pass through the following environment variables which may be needed for the CI
passenv = HOME,WINDIR,LC_ALL,LC_CTYPE,CC,CI
Expand Down Expand Up @@ -47,6 +44,7 @@ deps =
devdeps: matplotlib>=0.0.dev0
devdeps: pandas>=0.0.dev0
devdeps: scikit-image>=0.0.dev0
devdeps: pyerfa>=0.0.dev0
devdeps: astropy>=0.0.dev0
devdeps: git+https://github.com/astropy/regions.git
devdeps: git+https://github.com/astropy/specutils.git
Expand Down

0 comments on commit ed81970

Please sign in to comment.