Taragolis commented on code in PR #36728:
URL: https://github.com/apache/airflow/pull/36728#discussion_r1448119525


##########
tests/decorators/test_python.py:
##########
@@ -97,7 +97,6 @@ def identity_dict_with_decorator_call(x: int, y: int) -> 
resolve(annotation):
 
         assert identity_dict_with_decorator_call(5, 
5).operator.multiple_outputs is True
 
-    @pytest.mark.skipif(sys.version_info < (3, 8), reason="PEP 589 is 
implemented in Python 3.8")

Review Comment:
   This mark is redundant since we have min Python 3.8



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