Skip to content

Commit 40f8529

Browse files
committed
🚨 ignore pytest unraisable exception warning
Signed-off-by: ff137 <[email protected]>
1 parent 0e2abcb commit 40f8529

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ filterwarnings = [
143143
"error",
144144
'ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning', # Ignore specific DeprecationWarning for old packages using distutils version class
145145
'ignore:A plugin raised an exception during an old-style hookwrapper teardown.', # Ignore PluggyTeardownRaisedWarning
146+
'ignore:Exception ignored in:pytest.PytestUnraisableExceptionWarning',
146147
]
147148

148149
[tool.coverage.run]

0 commit comments

Comments
 (0)