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 cd8ad8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ 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:datetime.utcfromtimestamp:DeprecationWarning:dateutil
ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning:dateutil

[flake8]
max-line-length = 110
Expand Down

0 comments on commit cd8ad8c

Please sign in to comment.