uranusjr commented on code in PR #43902:
URL: https://github.com/apache/airflow/pull/43902#discussion_r1841690532
##########
tests/cli/commands/test_task_command.py:
##########
@@ -183,84 +181,6 @@ def test_test_filters_secrets(self, capsys):
task_command.task_test(args)
assert capsys.readouterr().out.endswith(f"{not_password}\n")
- def test_cli_test_different_path(self, session, tmp_path):
Review Comment:
This one probably should not be deleted?
##########
tests/cli/commands/test_task_command.py:
##########
@@ -589,20 +509,6 @@ def test_mapped_task_render_with_template(self, dag_maker):
assert 'echo "2022-01-01"' in output
assert 'echo "2022-01-08"' in output
- @mock.patch("airflow.cli.commands.task_command.select")
- @mock.patch("sqlalchemy.orm.session.Session.scalars")
- @mock.patch("airflow.cli.commands.task_command.DagRun")
- def test_task_render_with_custom_timetable(self, mock_dagrun,
mock_scalars, mock_select):
Review Comment:
This too
--
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]