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 13793b2 commit 02fa4c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
testpaths = scico/test docs
addopts = --doctest-glob="*rst"
doctest_optionflags = NORMALIZE_WHITESPACE NUMBER
filterwarnings = ignore::DeprecationWarning:.*.compat
filterwarnings =
ignore::DeprecationWarning:.*pkg_resources.*
ignore::DeprecationWarning:.*flax.*
ignore::DeprecationWarning:.*xdesign.*

0 comments on commit 02fa4c0

Please sign in to comment.