Skip to content

Commit 19ea104

Browse files
committed
MAINT: remove mentions of pyregion and aplpy as these are not dependencies any more
1 parent fc3b18a commit 19ea104

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

astroquery/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ def pytest_configure(config):
2020

2121
try:
2222
PYTEST_HEADER_MODULES['Astropy'] = 'astropy'
23-
PYTEST_HEADER_MODULES['APLpy'] = 'aplpy'
24-
PYTEST_HEADER_MODULES['pyregion'] = 'pyregion'
2523
PYTEST_HEADER_MODULES['regions'] = 'regions'
2624
PYTEST_HEADER_MODULES['pyVO'] = 'pyvo'
2725
PYTEST_HEADER_MODULES['mocpy'] = 'mocpy'

conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ def pytest_configure(config):
88
config.option.astropy_header = True
99

1010
PYTEST_HEADER_MODULES['Astropy'] = 'astropy'
11-
PYTEST_HEADER_MODULES['APLpy'] = 'aplpy'
12-
PYTEST_HEADER_MODULES['pyregion'] = 'pyregion'
1311
PYTEST_HEADER_MODULES['regions'] = 'regions'
1412
PYTEST_HEADER_MODULES['pyVO'] = 'pyvo'
1513
PYTEST_HEADER_MODULES['mocpy'] = 'mocpy'

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
intersphinx_mapping.update({
6868
'astropy': ('https://docs.astropy.org/en/stable/', None),
6969
'requests': ('https://requests.kennethreitz.org/en/stable/', None),
70-
'pyregion': ('https://pyregion.readthedocs.io/en/stable/', None),
7170
'regions': ('https://astropy-regions.readthedocs.io/en/stable/', None),
7271
'mocpy': ('https://cds-astro.github.io/mocpy/', None),
7372
'pyvo': ('https://pyvo.readthedocs.io/en/stable/', None),

docs/index.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ and for running the tests:
9898
* `pytest-astropy <https://github.com/astropy/pytest-astropy>`__
9999
* `pytest-rerunfailures <https://github.com/pytest-dev/pytest-rerunfailures>`__
100100

101-
The following packages are optional dependencies and are required for the
102-
full functionality of the `~astroquery.alma` module:
103-
104-
* `APLpy <http://aplpy.readthedocs.io/>`_
105-
* `pyregion <http://pyregion.readthedocs.io/>`_
106-
107101
The following packages are optional dependencies and are required for the
108102
full functionality of the `~astroquery.cds` module:
109103

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,3 @@ all=
186186
astropy-healpix
187187
boto3
188188
regions
189-
pyregion
190-
aplpy

0 commit comments

Comments
 (0)