Skip to content

Commit

Permalink
馃毃 ignore pluggy teardown warnings
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 59356aa commit b010960
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 @@ -142,6 +142,7 @@ asyncio_mode = "auto"
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
]

[tool.coverage.run]
Expand Down

0 comments on commit b010960

Please sign in to comment.