Skip to content

Commit

Permalink
Set pytest log level to INFO to avoid long matplotlib DEBUG mes…
Browse files Browse the repository at this point in the history
…sages
  • Loading branch information
kavanase committed Dec 11, 2023
1 parent e681867 commit b50401a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,6 @@ wrap-descriptions = 79
ignore-words-list = """
titel,te,bu,aack,unx,nd,efect,vise
"""

[tool.pytest.ini_options]
log_level = "INFO"

0 comments on commit b50401a

Please sign in to comment.