xchwan commented on code in PR #57842:
URL: https://github.com/apache/airflow/pull/57842#discussion_r2505172483


##########
task-sdk/tests/task_sdk/bases/test_operator.py:
##########
@@ -711,7 +711,7 @@ def fn_to_template(**kwargs):
         task.render_template_fields({})
         assert task.arg2 == "foo_barbarbar"
 
-    @pytest.mark.parametrize(("content",), [(object(),), (uuid.uuid4(),)])
+    @pytest.mark.parametrize("content", [object(), uuid.uuid4()])

Review Comment:
   I have check the pytest src. The result is different because the force_tuple 
param. The detail is explained in the PR you mentioned.



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