Skip to content

Commit d7000ea

Browse files
committed
Don't ignore deprecation warnings in pyproject.toml anymore
1 parent 4729f5a commit d7000ea

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,6 @@ exclude = [
209209
minversion = "6.0"
210210
testpaths = ["tests"]
211211
addopts = "--color=yes --verbose"
212-
filterwarnings = [
213-
"ignore:pkg_resources is deprecated as an API:DeprecationWarning",
214-
"ignore:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning",
215-
]
216212

217213
# ============================================================================
218214
[tool.pylint.master]

0 commit comments

Comments
 (0)