You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/02/04 17:29:22 UTC

[airflow] branch main updated (3e98280 -> ab762a5)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 3e98280  Simplify fab has access lookup (#19294)
     add ab762a5  Refactor SSH tests to not use SSH server in operator tests (#21326)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/ssh/hooks/ssh.py        |  68 +++++++++
 airflow/providers/ssh/operators/ssh.py    |  95 ++++--------
 tests/providers/ssh/hooks/test_ssh.py     |  20 ++-
 tests/providers/ssh/operators/test_ssh.py | 244 ++++++++----------------------
 4 files changed, 175 insertions(+), 252 deletions(-)