pawelgrochowicz commented on code in PR #55573:
URL: https://github.com/apache/airflow/pull/55573#discussion_r2368409025
##########
providers/google/tests/unit/google/common/auth_backend/test_google_openid.py:
##########
@@ -23,6 +23,7 @@
# Do not run the tests when FAB / Flask is not installed
pytest.importorskip("flask_session")
+pytest.importorskip("flask_limiter")
Review Comment:
Something has changed in the dependencies of the fab provider, so Google
provider tests failed (Python version compatibility issue). I just ignored the
missing dependency in tests as the community noticed this issue but planned to
fix it later than I created my PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]