Skip to content

Commit

Permalink
move pytest options to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Feb 22, 2024
1 parent d5faa01 commit 8538fd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,9 @@ reportPrivateUsage = "none" # Too annoying
reportUnknownMemberType = "warning"
reportUntypedFunctionDecorator = "warning"
reportOptionalMemberAccess = "warning"

[tool.pytest.ini_options]
filterwarnings = [
'ignore:.*"@coroutine" decorator is deprecated.*:DeprecationWarning',
"ignore:.*The loop argument is deprecated.*:DeprecationWarning"
]
5 changes: 0 additions & 5 deletions pytest.ini

This file was deleted.

0 comments on commit 8538fd8

Please sign in to comment.