File tree Expand file tree Collapse file tree 5 files changed +0
-13
lines changed Expand file tree Collapse file tree 5 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ def pytest_configure(config):
2020
2121try :
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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 6767intersphinx_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 ),
Original file line number Diff line number Diff 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-
107101The following packages are optional dependencies and are required for the
108102full functionality of the `~astroquery.cds ` module:
109103
Original file line number Diff line number Diff line change 186186 astropy-healpix
187187 boto3
188188 regions
189- pyregion
190- aplpy
You can’t perform that action at this time.
0 commit comments