We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c2cab commit 70dd42fCopy full SHA for 70dd42f
1 file changed
astroquery/imcce/tests/test_miriade.py
@@ -40,8 +40,10 @@ def patch_request(request):
40
41
# --------------------------------- actual test functions
42
43
-# Older astropy versions issues UnitsWarnings for "u.au", we need to ignore those here. Revisit when we drop __version__ 5.0
44
-# WARNING: UnitsWarning: The unit 'au' has been deprecated in the VOUnit standard. Suggested: 1.4959787e+11m. [astropy.units.format.utils]
+# Older astropy versions issues UnitsWarnings for "u.au", we need to ignore those here.
+# Revisit when we drop __version__ 5.0
45
+#
46
+# WARNING: UnitsWarning: The unit 'au' has been deprecated in the VOUnit standard....
47
48
@pytest.mark.filterwarnings("ignore::astropy.units.UnitsWarning")
49
def test_spherical_coordinates(patch_request):
0 commit comments