Skip to content

Commit

Permalink
BF: ignore DeprecationWarning within dateutil which triggers while co…
Browse files Browse the repository at this point in the history
…nsidering the next listed warning
  • Loading branch information
yarikoptic committed Nov 19, 2023
1 parent f08e35a commit 49fa7af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ filterwarnings =
ignore:the imp module is deprecated:DeprecationWarning
ignore:`Unit` has been deprecated:DeprecationWarning:humanize
ignore:The distutils package is deprecated:DeprecationWarning:joblib
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated.*:DeprecationWarning:dateutil
ignore:.*Value with data type .* is being converted:hdmf.build.warnings.DtypeConversionWarning
ignore:.*find_spec\(\) not found:ImportWarning
ignore:'cgi' is deprecated:DeprecationWarning:botocore
Expand Down

0 comments on commit 49fa7af

Please sign in to comment.