We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2665f53 commit 5fc1a8bCopy full SHA for 5fc1a8b
pyproject.toml
@@ -448,6 +448,8 @@ filterwarnings = [
448
"ignore:You have an incompatible version of 'pyarrow' installed:UserWarning",
449
# shapely geos is deprecated
450
"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",
453
]
454
empty_parameter_set_mark = "fail_at_collect"
455
markers = [
0 commit comments