Skip to content

Commit d1746ba

Browse files
authored
Merge pull request #1391 from dandi/gh-1390
Ignore irrelevant deprecation warning from pandas
2 parents d4b4ea8 + fdf35bd commit d1746ba

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
@@ -63,6 +63,7 @@ filterwarnings =
6363
ignore:`Unit` has been deprecated:DeprecationWarning:humanize
6464
ignore:The distutils package is deprecated:DeprecationWarning:joblib
6565
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated.*:DeprecationWarning:dateutil
66+
ignore:\s*Pyarrow will become a required dependency of pandas:DeprecationWarning
6667
ignore:.*Value with data type .* is being converted:hdmf.build.warnings.DtypeConversionWarning
6768
ignore:.*find_spec\(\) not found:ImportWarning
6869
ignore:'cgi' is deprecated:DeprecationWarning:botocore

0 commit comments

Comments
 (0)