topherinternational commented on code in PR #41967:
URL: https://github.com/apache/airflow/pull/41967#discussion_r1741306494
##########
dev/breeze/src/airflow_breeze/utils/run_tests.py:
##########
@@ -288,7 +277,7 @@ def convert_test_type_to_pytest_args(
return find_all_other_tests()
test_dirs = TEST_TYPE_MAP_TO_PYTEST_ARGS.get(test_type)
if test_dirs:
- return test_dirs
+ return test_dirs.copy()
Review Comment:
Added this copy bc the rerunning of tests was modifying this list.
--
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]