Skip to content

Commit

Permalink
🚨 ignore pytest unraisable exception warning
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <ff137@proton.me>
  • Loading branch information
ff137 committed Feb 12, 2024
1 parent 0e2abcb commit 40f8529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ filterwarnings = [
"error",
'ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning', # Ignore specific DeprecationWarning for old packages using distutils version class
'ignore:A plugin raised an exception during an old-style hookwrapper teardown.', # Ignore PluggyTeardownRaisedWarning
'ignore:Exception ignored in:pytest.PytestUnraisableExceptionWarning',
]

[tool.coverage.run]
Expand Down

0 comments on commit 40f8529

Please sign in to comment.