From d2aaa04fe2c336413ca0e1c9c8b811c78bd1f7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 18 Oct 2023 12:24:51 -0700 Subject: [PATCH] MAINT: ignore deprecation triggered in dateutil by botocore --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5aa68fb6a..2c0b5872a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,8 @@ filterwarnings = # Numpy 2.0 deprecations triggered by upstream libraries. # Exact warning messages differ, thus using a super generic filter. ignore:numpy.core:DeprecationWarning - +# botocore triggers dateutil deprecation + ignore:.*. Use timezone-aware objects to represent datetimes:DeprecationWarning:dateutil [flake8] max-line-length = 110