jedcunningham commented on a change in pull request #21022:
URL: https://github.com/apache/airflow/pull/21022#discussion_r789916277
##########
File path: tests/providers/apache/hdfs/hooks/test_hdfs.py
##########
@@ -82,6 +82,8 @@ def test_get_autoconfig_client_no_conn(self, mock_client):
@mock.patch('airflow.providers.apache.hdfs.hooks.hdfs.HDFSHook.get_connections')
def test_get_ha_client(self, mock_get_connections):
+ if not snakebite_loaded:
+ raise pytest.skip("Skipping test because HDFSHook is not
installed")
Review comment:
We don't need this, or `snakebite_loaded` any longer, right?
--
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]