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


##########
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:
   Yes. It stopped being supported, but it **should** work since we use 
pure_python_sasl implementation. Some day we might want to remove it I guess. 
Not sure when :D. Maybe when hive is moved to attic.



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