We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c9b76 commit 1eac7e8Copy full SHA for 1eac7e8
astroquery/conftest.py
@@ -7,8 +7,6 @@
7
from pytest_astropy_header.display import (PYTEST_HEADER_MODULES,
8
TESTED_VERSIONS)
9
10
-from astropy.tests.helper import enable_deprecations_as_exceptions
11
-
12
13
def pytest_configure(config):
14
config.option.astropy_header = True
@@ -35,10 +33,6 @@ def pytest_configure(config):
35
33
except (NameError, KeyError):
36
34
pass
37
38
-# ignoring pyvo can be removed once we require >0.9.3
39
-enable_deprecations_as_exceptions(include_astropy_deprecations=False,
40
- warnings_to_ignore_entire_module=['regions', 'pyregion', 'html5lib'],)
41
42
# add '_testrun' to the version name so that the user-agent indicates that
43
# it's being run in a test
44
from . import version
0 commit comments