Skip to content

Commit

Permalink
Ignore warning from old botocores under Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Feb 20, 2023
1 parent b38fdff commit fa5b8e2
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:The distutils package is deprecated:DeprecationWarning:joblib
ignore:.*Value with data type .* is being converted:hdmf.build.warnings.DtypeConversionWarning
ignore:.*find_spec\(\) not found:ImportWarning
ignore:'cgi' is deprecated:DeprecationWarning:botocore

[coverage:run]
parallel = True
Expand Down

0 comments on commit fa5b8e2

Please sign in to comment.