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 2021/03/15 20:42:56 UTC

[airflow] branch master updated (c29f6fb -> 1efb17b)

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

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


    from c29f6fb  Pin SQLAlchemy to <1.4 due to breakage of sqlalchemy-utils (#14812)
     add 1efb17b  Rearange API auth tests to the correct place (#14808)

No new revisions were added by this update.

Summary of changes:
 tests/api/auth/backend/test_basic_auth.py          | 38 +++------
 tests/api_connexion/{endpoints => }/conftest.py    |  0
 .../backend => api_connexion}/test_basic_auth.py   | 53 +++++-------
 .../test_remote_user_api_auth_backend.py           | 95 ----------------------
 4 files changed, 32 insertions(+), 154 deletions(-)
 rename tests/api_connexion/{endpoints => }/conftest.py (100%)
 copy tests/{api/auth/backend => api_connexion}/test_basic_auth.py (71%)
 delete mode 100644 tests/test_utils/test_remote_user_api_auth_backend.py