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