potiuk commented on code in PR #30999:
URL: https://github.com/apache/airflow/pull/30999#discussion_r1182317020
##########
scripts/in_container/verify_providers.py:
##########
@@ -826,6 +830,12 @@ def run_provider_discovery():
subprocess.run(["airflow", "providers", "secrets"], check=True)
console.print("[bright_blue]List all auth backends[/]\n")
subprocess.run(["airflow", "providers", "auth"], check=True)
+ if packaging.version.parse(airflow.version.version) >
packaging.version.parse("2.6.0"):
Review Comment:
(It's not affecting out tests now - but when in the future we will run
USE_AIRFLOW_VERSION="2.6.0", the trigger **could** be running but with `>` it
would have been excluded.
--
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]