From b404573dd311bccd1137094a3b189945747ca55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 5 Nov 2025 06:18:41 -0800 Subject: [PATCH] MAINT: addig ignoring for py39 warning triggered in boto --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 83d2587f5c..1b93d76267 100644 --- a/setup.cfg +++ b/setup.cfg @@ -95,6 +95,8 @@ filterwarnings = # CoverageWarnings triggered by one of the other plugins(?). Either case, explicitely # ignore it here to have passing test for pytest 8.4. ignore:Module astroquery was previously imported, but not measured:coverage.exceptions.CoverageWarning +# Python 3.9 warning for the newest boto releases + ignore:Boto3 will no longer support Python 3.9:boto3.exceptions.PythonDeprecationWarning markers = bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')