You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/19 16:43:33 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #25159: Speed up Kubernetes upgrade tests at least 2x

jedcunningham commented on code in PR #25159:
URL: https://github.com/apache/airflow/pull/25159#discussion_r924732352


##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -318,6 +318,14 @@ def python_versions(self) -> list[str]:
     def python_versions_list_as_string(self) -> str:
         return " ".join(self.python_versions)
 
+    @cached_property
+    def min_max_python_version_as_string(self) -> list[str]:

Review Comment:
   "_as_string" -> "list[str]"?



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org