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


##########
tests/providers/apache/hive/hooks/test_hive.py:
##########
@@ -17,22 +17,13 @@
 # under the License.
 from __future__ import annotations
 
-import pytest
-
-from airflow import PY311
-
-if PY311:
-    pytest.skip(
-        "The tests are skipped because Apache Hive provider is not supported 
on Python 3.11",
-        allow_module_level=True,
-    )
-

Review Comment:
   Seems like it should be resolved in 
https://github.com/apache/airflow/pull/32607
   But lets have a look on tests



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