From a20026e725d7939d830543b84ebe0a2a222ad4b9 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Thu, 22 Aug 2024 11:02:54 -0700 Subject: [PATCH] ignore warning --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f1aeb6e8..dd4a220e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -80,6 +80,7 @@ filterwarnings = ignore:distutils Version classes are deprecated. Use packaging.version instead:DeprecationWarning ignore:Unknown units for CHANNEL:sunpy.util.exceptions.SunpyUserWarning ignore:.*is deprecated and slated for removal in Python 3:DeprecationWarning + ignore:Something went wrong:DeprecationWarning [isort] line_length = 110