Skip to content

Commit

Permalink
Merge pull request chainer#7715 from toslunar/ignore-protobuf-warn-py37
Browse files Browse the repository at this point in the history
Fix warning filter for protobuf
  • Loading branch information
emcastillo committed Jul 10, 2019
1 parent 026942a commit 99b4222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -30,7 +30,7 @@ filterwarnings= error::FutureWarning
ignore::DeprecationWarning:theano\.gof\.cmodule
# ``collections.MutableSequence`` in protobuf is warned by
# Python 3.7.
ignore::DeprecationWarning:google\.protobuf\.internal
ignore:Using or importing the ABCs from 'collections':DeprecationWarning:google\.protobuf
# Importing abcs from ``collections`` in h5py is warned by
# Python 3.7.
ignore::DeprecationWarning:h5py\._hl\.base
Expand Down

0 comments on commit 99b4222

Please sign in to comment.