dabla commented on code in PR #68299:
URL: https://github.com/apache/airflow/pull/68299#discussion_r3386122464
##########
task-sdk/tests/task_sdk/execution_time/test_task_runner.py:
##########
@@ -2323,6 +2321,113 @@ def mock_send_side_effect(*args, **kwargs):
),
)
+ @pytest.mark.asyncio
Review Comment:
I know but I based the async test on the same existing test for the sync
version.
--
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]