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.
2 parents 8c05f75 + b404573 commit 04780bcCopy full SHA for 04780bc
setup.cfg
@@ -95,6 +95,8 @@ filterwarnings =
95
# CoverageWarnings triggered by one of the other plugins(?). Either case, explicitely
96
# ignore it here to have passing test for pytest 8.4.
97
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
100
101
markers =
102
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')
0 commit comments