Skip to content

Commit

Permalink
MNT: Do not use enable_deprecations_as_exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 29, 2021
1 parent c594308 commit 9191132
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions astrowidgets/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
PYTEST_HEADER_MODULES = {}
TESTED_VERSIONS = {}

# Uncomment the following line to treat all DeprecationWarnings as
# exceptions.
# from astropy.tests.helper import enable_deprecations_as_exceptions
# enable_deprecations_as_exceptions()

# Uncomment and customize the following lines to add/remove entries from
# the list of packages for which version numbers are displayed when running
# the tests. Making it pass for KeyError is essential in some cases when
Expand Down
5 changes: 0 additions & 5 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
PYTEST_HEADER_MODULES = {}
TESTED_VERSIONS = {}

# Uncomment the following line to treat all DeprecationWarnings as
# exceptions.
# from astropy.tests.helper import enable_deprecations_as_exceptions
# enable_deprecations_as_exceptions()

# Uncomment and customize the following lines to add/remove entries from
# the list of packages for which version numbers are displayed when running
# the tests. Making it pass for KeyError is essential in some cases when
Expand Down

0 comments on commit 9191132

Please sign in to comment.