Skip to content

Commit

Permalink
MAINT: ignore deprecation triggered in dateutil by botocore
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Oct 18, 2023
1 parent 398be70 commit d2aaa04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2aaa04

Please sign in to comment.