Skip to content

Commit

Permalink
🎨 remove custom filterwarning for "distutils Version classes are depr…
Browse files Browse the repository at this point in the history
…ecated"

Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed May 9, 2024
1 parent 5b3a664 commit a17a689
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ markers = [
]
junit_family = "xunit1"
asyncio_mode = "auto"
filterwarnings = [
'ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning', # Ignore specific DeprecationWarning for old packages using distutils version class
]

[tool.coverage.run]

Expand Down

0 comments on commit a17a689

Please sign in to comment.