Skip to content

Commit 49fa7af

Browse files
committed
BF: ignore DeprecationWarning within dateutil which triggers while considering the next listed warning
1 parent f08e35a commit 49fa7af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ filterwarnings =
6262
ignore:the imp module is deprecated:DeprecationWarning
6363
ignore:`Unit` has been deprecated:DeprecationWarning:humanize
6464
ignore:The distutils package is deprecated:DeprecationWarning:joblib
65+
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated.*:DeprecationWarning:dateutil
6566
ignore:.*Value with data type .* is being converted:hdmf.build.warnings.DtypeConversionWarning
6667
ignore:.*find_spec\(\) not found:ImportWarning
6768
ignore:'cgi' is deprecated:DeprecationWarning:botocore

0 commit comments

Comments
 (0)