Skip to content

Commit 04780bc

Browse files
authored
Merge pull request #3452 from bsipocz/MAINT_py39_warning
2 parents 8c05f75 + b404573 commit 04780bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ filterwarnings =
9595
# CoverageWarnings triggered by one of the other plugins(?). Either case, explicitely
9696
# ignore it here to have passing test for pytest 8.4.
9797
ignore:Module astroquery was previously imported, but not measured:coverage.exceptions.CoverageWarning
98+
# Python 3.9 warning for the newest boto releases
99+
ignore:Boto3 will no longer support Python 3.9:boto3.exceptions.PythonDeprecationWarning
98100

99101
markers =
100102
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')

0 commit comments

Comments
 (0)