Skip to content

Commit ff0553d

Browse files
committed
Enabling deprecation warnings raised as exceptions
1 parent e46514d commit ff0553d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astroquery/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
except (NameError, KeyError):
2626
pass
2727

28-
## Uncomment the following line to treat all DeprecationWarnings as
29-
## exceptions
30-
# enable_deprecations_as_exceptions()
28+
# Uncomment the following line to treat all DeprecationWarnings as
29+
# exceptions
30+
enable_deprecations_as_exceptions()
3131

3232

3333
# This is to figure out the affiliated package version, rather than

0 commit comments

Comments
 (0)