Author: Vincent Prat <vinceprat@free.fr>
Description: Treat deprecation warnings as warnings and not exceptions
--- a/astroquery/conftest.py
+++ b/astroquery/conftest.py
@@ -27,7 +27,7 @@
 
 # Uncomment the following line to treat all DeprecationWarnings as
 # exceptions
-enable_deprecations_as_exceptions()
+#enable_deprecations_as_exceptions()
 
 
 # This is to figure out the affiliated package version, rather than
