Skip to content

Commit

Permalink
FIX: ignore deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 28, 2023
1 parent 2845e26 commit 82a82a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@ addopts = """
filterwarnings = [
"error",
"ignore:'imghdr' is deprecated and slated for removal in Python 3.13:DeprecationWarning",
"ignore:.*:PendingDeprecationWarning",
"ignore:.*pkg_resources.*:DeprecationWarning",
"ignore:The distutils package is deprecated.*:DeprecationWarning",
"ignore:The sphinxcontrib.hep.pdgref package is deprecated.*:DeprecationWarning",
]
markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"]
testpaths = [
Expand Down

0 comments on commit 82a82a7

Please sign in to comment.