Skip to content

Commit 1d86234

Browse files
authored
Merge pull request #3510 from snbianco/fix-docs
Fix bug in MAST doc tests
2 parents 71aebc4 + c3d3e7d commit 1d86234

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/mast/mast_obsquery.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ Once the URIs are obtained, they can be used directly in cloud-based workflows o
566566
use the `~astropy.io.fits.open` function with the S3 URI and appropriate ``fsspec`` keyword arguments.
567567

568568
.. doctest-remote-data::
569+
.. doctest-requires:: fsspec,s3fs
569570

570571
>>> from astropy.io import fits
571572
...

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ test=
162162
pytest-rerunfailures
163163
fsspec[http]
164164
moto[s3]
165+
s3fs
165166
docs=
166167
sphinx
167168
# https://github.com/astropy/astroquery/issues/3102

0 commit comments

Comments
 (0)