Skip to content

Commit

Permalink
test: Update "no terminal" warning ignore filter
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed Feb 1, 2024
1 parent ed1de53 commit be2c729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ combine_as_imports = true
[tool.pytest.ini_options]
filterwarnings = [
"error",
"ignore:.+in a terminal:UserWarning:term_image.utils",
"ignore:.+in a terminal:UserWarning:term_image._utils",
]

0 comments on commit be2c729

Please sign in to comment.