diff --git a/setup.cfg b/setup.cfg index 5aa68fb6a..987adc58a 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 in UTC:DeprecationWarning [flake8] max-line-length = 110