Skip to content

Commit

Permalink
MAINT: remove pkg_resources deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 28, 2023
1 parent 2be6cce commit 95b27d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ addopts = """
filterwarnings = [
"error",
"ignore:'imghdr' is deprecated and slated for removal in Python 3.13:DeprecationWarning",
"ignore:.*pkg_resources.*:DeprecationWarning",
"ignore:The distutils package is deprecated.*:DeprecationWarning",
]
markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"]
Expand Down

0 comments on commit 95b27d4

Please sign in to comment.