Skip to content

Commit b010960

Browse files
committed
🚨 ignore pluggy teardown warnings
Signed-off-by: ff137 <[email protected]>
1 parent 59356aa commit b010960

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
@@ -142,6 +142,7 @@ asyncio_mode = "auto"
142142
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
145+
'ignore:A plugin raised an exception during an old-style hookwrapper teardown.', # Ignore PluggyTeardownRaisedWarning
145146
]
146147

147148
[tool.coverage.run]

0 commit comments

Comments
 (0)