Skip to content

Commit 5c4545b

Browse files
committed
test: silence deprecation warning on package scope
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
1 parent a081651 commit 5c4545b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ filterwarnings = [
116116
# https://github.com/Pylons/pyramid/issues/3731
117117
'ignore:pkg_resources is deprecated as an API.*:UserWarning:pyramid.asset',
118118
# https://github.com/Pylons/webob/issues/473
119-
'ignore:datetime\.datetime\.utcnow\(\) is deprecated.*:DeprecationWarning:webob.cookies',
119+
'ignore:datetime\.datetime\.utcnow\(\) is deprecated.*:DeprecationWarning:webob.*',
120120
# https://github.com/pypi/warehouse/issues/15454#issuecomment-2599321232
121121
'ignore:Accessing argon2.__version__ is deprecated.*:DeprecationWarning:passlib.handlers.argon2',
122122
# https://github.com/zopefoundation/meta/issues/194

0 commit comments

Comments
 (0)