Skip to content

Commit

Permalink
build(flink): ignore warnings from grpcio-status
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Nov 15, 2023
1 parent a3d7c67 commit 558ac37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ibis-backends-flink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
- flink
additional_deps:
- apache-flink
- grpcio-status # FIXME(deepyaman)
- pytest-split
group:
[
Expand Down Expand Up @@ -167,7 +166,6 @@ jobs:
- flink
additional_deps:
- apache-flink
- grpcio-status # FIXME(deepyaman)
- pytest-split
steps:
- name: checkout
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ filterwarnings = [
# `is_sparse` deprecation was addressed in pyarrow 13.0.0 (see https://github.com/apache/arrow/pull/35366),
# but flink requires apache-beam<2.49, which caps its pyarrow dependency (see https://github.com/apache/beam/blob/v2.48.0/sdks/python/setup.py#L144)
"ignore:is_sparse is deprecated and will be removed in a future version:FutureWarning",
# google-api-core
"ignore:Please install grpcio-status to obtain helpful grpc error messages.",
]
empty_parameter_set_mark = "fail_at_collect"
markers = [
Expand Down

0 comments on commit 558ac37

Please sign in to comment.