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


##########
scripts/in_container/verify_providers.py:
##########
@@ -725,6 +740,11 @@ def run_provider_discovery():
         # But the executors command is not available till airflow-2-7-0
         console.print("[bright_blue]List all executors[/]\n")
         subprocess.run(["airflow", "providers", "executors"], check=True)
+    if packaging.version.parse(airflow.version.version) >= 
packaging.version.parse("2.7.0.dev0"):

Review Comment:
   This will only come in 2.8.0 as we probably won't merge it to 2.7



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