eladkal commented on code in PR #22832:
URL: https://github.com/apache/airflow/pull/22832#discussion_r848052408
##########
tests/serialization/test_dag_serialization.py:
##########
@@ -1796,3 +1796,38 @@ def x(arg1, arg2, arg3):
"op_kwargs": {"arg1": [1, 2, {"a": "b"}]},
"retry_delay": timedelta(seconds=30),
}
+
+
[email protected]("ignore::DeprecationWarning")
Review Comment:
What I wanted to do in this test is just to make sure it serialize properly
the deprecation is a noise to this test.
It feels strange to add deprecation test here as this test is about
serialization so I added this test in `test_dummy.py`
see
https://github.com/apache/airflow/pull/22832/commits/ceead3ec82a5d685900d19dc018f4e1fab6723ac
Let me know if that is OK
--
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]