File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,16 @@ markers = [
110
110
filterwarnings = [
111
111
' ignore::warehouse.utils.exceptions.DevelopmentModeWarning' ,
112
112
' 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''' ,
113
123
]
114
124
115
125
[tool .pip-tools .compile ]
You can’t perform that action at this time.
0 commit comments