o-nikolas commented on code in PR #43529: URL: https://github.com/apache/airflow/pull/43529#discussion_r1823738312
########## dev/breeze/src/airflow_breeze/commands/testing_commands.py: ########## @@ -553,7 +553,7 @@ def _verify_parallelism_parameters( @option_use_packages_from_dist @option_use_xdist @option_verbose [email protected]("extra_pytest_args", nargs=-1, type=click.UNPROCESSED) [email protected]("extra_pytest_args", nargs=-1, type=click.Path(path_type=str)) Review Comment: Does making this a Path inhibit folks from using it for it's originally intended use, which was passing more pytest options/flags? -- 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]
