Skip to content

Commit

Permalink
Expand ignored warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 29, 2021
1 parent e38c392 commit 79c0577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ filterwarnings =
ignore::DeprecationWarning:requests_toolbelt
# <https://github.com/h5py/h5py/issues/1765>
# <https://github.com/dandi/dandi-cli/pull/275>
ignore:numpy.ufunc size changed, may indicate binary incompatibility.*:RuntimeWarning
ignore:.* size changed, may indicate binary incompatibility.*:RuntimeWarning
# <https://github.com/hdmf-dev/hdmf/issues/547>
ignore:\s*safe_load will be removed.*:PendingDeprecationWarning:hdmf
ignore:\s*load will be removed.*:PendingDeprecationWarning:ruamel.yaml
ignore:Passing None into shape arguments.*:DeprecationWarning:h5py

[coverage:run]
parallel = True
Expand Down

0 comments on commit 79c0577

Please sign in to comment.