potiuk commented on code in PR #30999:
URL: https://github.com/apache/airflow/pull/30999#discussion_r1182314706


##########
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:
   I think that's more accurate



-- 
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]

Reply via email to