Author: Vincent Prat <vinceprat@free.fr>
Description: Disable deprecations as exceptions, which sometimes cause tests to fail
--- a/astroquery/conftest.py
+++ b/astroquery/conftest.py
@@ -31,8 +31,8 @@
     pass
 
 # ignoring pyvo can be removed once we require >0.9.3
-enable_deprecations_as_exceptions(include_astropy_deprecations=False,
-                                  warnings_to_ignore_entire_module=['pyregion', 'html5lib'],)
+#enable_deprecations_as_exceptions(include_astropy_deprecations=False,
+#                                  warnings_to_ignore_entire_module=['pyregion', 'html5lib'],)
 
 # add '_testrun' to the version name so that the user-agent indicates that
 # it's being run in a test
