Skip to content

Commit

Permalink
Merge pull request #1391 from dandi/gh-1390
Browse files Browse the repository at this point in the history
Ignore irrelevant deprecation warning from pandas
  • Loading branch information
yarikoptic authored Jan 22, 2024
2 parents d4b4ea8 + fdf35bd commit d1746ba
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 @@ -63,6 +63,7 @@ filterwarnings =
ignore:`Unit` has been deprecated:DeprecationWarning:humanize
ignore:The distutils package is deprecated:DeprecationWarning:joblib
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated.*:DeprecationWarning:dateutil
ignore:\s*Pyarrow will become a required dependency of pandas:DeprecationWarning
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 d1746ba

Please sign in to comment.