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


##########
scripts/in_container/verify_providers.py:
##########
@@ -898,15 +910,17 @@ def run_provider_discovery():
     subprocess.run(["airflow", "providers", "widgets"], check=True)
     console.print("[bright_blue]List all extra links[/]\n")
     subprocess.run(["airflow", "providers", "links"], check=True)
-    if os.environ.get("USE_AIRFLOW_VERSION", None) == "2.1.0":
+

Review Comment:
   Actually we can remove all that. We ONLY check one version - 2.3. All the 
previous checks can be safely removed.



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