Skip to content

Commit

Permalink
Silences deprecation warnings caused by google dependencies.
Browse files Browse the repository at this point in the history
Even better would be probably to upgrade these dependencies
  • Loading branch information
willi-mueller committed Feb 2, 2024
1 parent fe8ed7a commit ab2b420
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ norecursedirs= .direnv .eggs build dist
addopts= -v --showlocals --durations 10
xfail_strict= true
log_cli= 1
log_cli_level= INFO
log_cli_level= INFO
filterwarnings =
ignore:Deprecated call to `pkg_resources.declare_namespace

0 comments on commit ab2b420

Please sign in to comment.