From e572a4d4b42d71dc339372514e22e3b2b2bf6b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 9 Jan 2025 09:22:19 -0800 Subject: [PATCH] MAINT: ignoring ErfaWarnings for now, too --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index f51901a8..492a65ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,9 @@ filterwarnings = # (adding it to conftest is ineffective as the PrototypeWarning line above already # triggers this warning at the time of collection ignore::astropy.utils.iers.iers.IERSStaleWarning +# These two are also needed for python 3.8 + ignore:Importing ErfaWarning:astropy.utils.exceptions.AstropyDeprecationWarning + ignore::astropy.utils.exceptions.ErfaWarning # We need to ignore this module level warning to not cause issues at collection time. # Remove it once warning is removed from code (in 1.7). ignore:pyvo.discover:pyvo.utils.prototype.PrototypeWarning