Skip to content

Commit

Permalink
Suppress deprecation warnings in other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Dec 14, 2023
1 parent 02fa4c0 commit 7b3abe7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ doctest_optionflags = NORMALIZE_WHITESPACE NUMBER
filterwarnings =
ignore::DeprecationWarning:.*pkg_resources.*
ignore::DeprecationWarning:.*flax.*
ignore::DeprecationWarning:.*.tensorboardx.*
ignore::DeprecationWarning:.*xdesign.*
ignore:.*pkg_resources.*:DeprecationWarning
ignore:.*imp module.*:DeprecationWarning

0 comments on commit 7b3abe7

Please sign in to comment.