ferruzzi commented on code in PR #34683:
URL: https://github.com/apache/airflow/pull/34683#discussion_r1341834767


##########
tests/serialization/serializers/test_serializers.py:
##########
@@ -62,8 +69,17 @@ def test_datetime(self):
         d = deserialize(s)
         assert i.timestamp() == d.timestamp()
 
-    def test_deserialize_datetime_v1(self):
+        i = DateTime(2022, 7, 10, tzinfo=tzutc())
+        s = serialize(i)
+        d = deserialize(s)

Review Comment:
   I think you are likely right, ad the code does look good "on paper", I was 
just hoping to make time to actually try it in a live environment to verify.   
I won't block the merge if you are confident. :+1: 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to