Skip to content

Commit 5fc1a8b

Browse files
committed
ci(snowflake): ignore deprecated use of context mutation with snowflake-vendored pyopenssl
1 parent 2665f53 commit 5fc1a8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ filterwarnings = [
448448
"ignore:You have an incompatible version of 'pyarrow' installed:UserWarning",
449449
# shapely geos is deprecated
450450
"ignore:The 'shapely\\.geos' module is deprecated, and will be removed in a future version:DeprecationWarning",
451+
# snowflake vendors pyopenssl, because why not, and pyopenssl raises a warning on snowflake's use of it
452+
"ignore:Attempting to mutate a Context after a Connection was created\\. In the future, this will raise an exception:DeprecationWarning",
451453
]
452454
empty_parameter_set_mark = "fail_at_collect"
453455
markers = [

0 commit comments

Comments
 (0)