Skip to content

Commit

Permalink
Ignore warning from external packages
Browse files Browse the repository at this point in the history
  • Loading branch information
k09 committed Aug 2, 2021
1 parent 7a567d6 commit 8861211
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ addopts=-v
--cov-report term-missing
--cov=hyperas

# Ignore deprecation warning from external packages
filterwarnings =
ignore::DeprecationWarning:.*.tensorflow_stub:
ignore::DeprecationWarning:.*.framework:
ignore::DeprecationWarning:.*.util:
ignore::DeprecationWarning:.*.training:
ignore::DeprecationWarning:.*.readwrite:
ignore::DeprecationWarning:.*.exporters:

# Do not run tests in the build folder
norecursedirs= build

Expand Down

0 comments on commit 8861211

Please sign in to comment.