Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ repos:
files: >
(?x)
^providers/airbyte/.*\.py$|
^providers/apache/beam/.*\.py$|
^providers/cloudant/.*\.py$|
^providers/cohere/.*\.py$|
^providers/datadog/.*\.py$|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ def test_start_go_pipeline_with_binary(self, mock_runner):


class TestBeamRunner:
@pytest.mark.db_test
@mock.patch("subprocess.Popen")
@mock.patch("select.select")
def test_beam_wait_for_done_logging(self, mock_select, mock_popen, caplog):
Expand Down