1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Author: Vincent Prat <vinceprat@free.fr>
Description: Removes a test failed due to a removed non-DFSG FITS file
--- a/astroquery/nvas/tests/test_nvas.py
+++ b/astroquery/nvas/tests/test_nvas.py
@@ -110,10 +110,10 @@
assert len(image_list) == 2
-def test_get_images(patch_post, patch_parse_coordinates,
- patch_get_readable_fileobj):
- images = nvas.core.Nvas.get_images(COORDS_GAL, radius='5d0m0s', band='all')
- assert images is not None
+#def test_get_images(patch_post, patch_parse_coordinates,
+# patch_get_readable_fileobj):
+# images = nvas.core.Nvas.get_images(COORDS_GAL, radius='5d0m0s', band='all')
+# assert images is not None
def test_get_image_list(patch_post, patch_parse_coordinates):
|