o-nikolas commented on code in PR #49922:
URL: https://github.com/apache/airflow/pull/49922#discussion_r2066958013
##########
dev/breeze/src/airflow_breeze/commands/testing_commands_config.py:
##########
@@ -211,6 +211,7 @@
TEST_OPTIONS_DB,
TEST_ENVIRONMENT_DB,
TEST_ADVANCED_FLAGS,
+ TEST_ADVANCED_FLAGS_FOR_INSTALLATION,
Review Comment:
Yupp, this basically. This gives you access to the use-airflow-version
param, but it brings some others and if you don't add them to the signature of
the system_tests method then Click complains and fails.
I don't think the others are as relevant for system tests but I'll for sure
plumb them through (just pushed a commit for it)
##########
dev/breeze/src/airflow_breeze/commands/testing_commands.py:
##########
@@ -1010,6 +1017,13 @@ def system_tests(
python: str,
skip_docker_compose_down: bool,
test_timeout: int,
+ use_airflow_version: str,
+ airflow_constraints_reference: str,
+ clean_airflow_installation: bool,
+ force_lowest_dependencies: bool,
+ install_airflow_with_constraints: bool,
+ distribution_format: str,
+ use_distributions_from_dist: bool,
Review Comment:
Replied in the other thread :+1:
--
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]