Skip to content

Commit

Permalink
fix(pyproject): add ignore DeprecationWarning caused by the base libr…
Browse files Browse the repository at this point in the history
…aries
  • Loading branch information
osoken committed Feb 23, 2024
1 parent ae1aaf8 commit 4c3f0e6
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 @@ -71,6 +71,7 @@ addopts = ["-sv", "--doctest-modules", "--cov=birdxplorer", "--cov-report=xml",
testpaths = ["tests", "birdxplorer"]
filterwarnings = [
"error",
"ignore:The \\'app\\' shortcut is now deprecated. Use the explicit style \\'transport=WSGITransport\\(app=\\.\\.\\.\\)\\' instead\\.",
]

[tool.black]
Expand Down

0 comments on commit 4c3f0e6

Please sign in to comment.