Skip to content

Commit 15972b9

Browse files
authored
chore: selectively silence some noisy outputs (#18340)
1 parent 0ab981f commit 15972b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,16 @@ markers = [
110110
filterwarnings = [
111111
'ignore::warehouse.utils.exceptions.DevelopmentModeWarning',
112112
'error:SELECT statement has a cartesian product:sqlalchemy.exc.SAWarning',
113+
114+
# Noise reduction for warnings that are waiting for an upstream fix.
115+
# https://github.com/Pylons/pyramid/issues/3731
116+
'ignore:pkg_resources is deprecated as an API.*:UserWarning:pyramid.asset',
117+
# https://github.com/Pylons/webob/issues/473
118+
'ignore:datetime\.datetime\.utcnow\(\) is deprecated.*:DeprecationWarning:webob.cookies',
119+
# https://github.com/pypi/warehouse/issues/15454#issuecomment-2599321232
120+
'ignore:Accessing argon2.__version__ is deprecated.*:DeprecationWarning:passlib.handlers.argon2',
121+
# https://github.com/zopefoundation/meta/issues/194
122+
'''ignore:Deprecated call to `pkg_resources.declare_namespace\('(paste|repoze|zope)'\).*:DeprecationWarning:pkg_resources''',
113123
]
114124

115125
[tool.pip-tools.compile]

0 commit comments

Comments
 (0)