Skip to content

Commit 78b1eca

Browse files
committed
Ignore deprecation warnings from regions.
Bump pytest minversion to 6.
1 parent f6cc5bc commit 78b1eca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astroquery/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def pytest_configure(config):
3232

3333
# ignoring pyvo can be removed once we require >0.9.3
3434
enable_deprecations_as_exceptions(include_astropy_deprecations=False,
35-
warnings_to_ignore_entire_module=['pyregion', 'html5lib'],)
35+
warnings_to_ignore_entire_module=['regions', 'pyregion', 'html5lib'],)
3636

3737
# add '_testrun' to the version name so that the user-agent indicates that
3838
# it's being run in a test

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ upload-dir = docs/_build/html
1313
show-response = 1
1414

1515
[tool:pytest]
16-
minversion = 3.0
16+
minversion = 6.0
1717
norecursedirs = build docs/_build docs/gallery-examples
1818
doctest_plus = enabled
1919
text_file_format = rst

0 commit comments

Comments
 (0)