Skip to content

Commit

Permalink
silence import warnings in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Jul 17, 2023
1 parent f052d6e commit 81e6a85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ addopts =
--durations=10
--cov --cov-report=term --cov-report=html
--strict-config --strict-markers
filterwarnings =
ignore::DeprecationWarning:pycountry.*
ignore:.*pkg_resources.declare_namespace\(.*:DeprecationWarning

log_cli_level = WARNING
#log_file = test-log.txt
#log_file_level = DEBUG
Expand Down

0 comments on commit 81e6a85

Please sign in to comment.