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


##########
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:
   No. It's ok. It does not have `exists=True` so it does not check if the path 
exists, and path_type= `str` avoids conversion of the string passed to `Path`, 
so things like `--system x` will both be passed verbatim - I tested it.



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