michaelpri10 commented on code in PR #67621:
URL: https://github.com/apache/airflow/pull/67621#discussion_r3641337430


##########
providers/google/tests/unit/google/cloud/hooks/test_pubsub.py:
##########
@@ -28,10 +28,13 @@
 from google.cloud.pubsub_v1.types import PublisherOptions, ReceivedMessage
 from googleapiclient.errors import HttpError
 
+from airflow.exceptions import AirflowProviderDeprecationWarning
 from airflow.providers.google.cloud.hooks.pubsub import PubSubAsyncHook, 
PubSubException, PubSubHook
 from airflow.providers.google.common.consts import CLIENT_INFO
 from airflow.version import version
 
+pytestmark = 
pytest.mark.filterwarnings("ignore::airflow.exceptions.AirflowProviderDeprecationWarning")
+

Review Comment:
   As noted 
[here](https://github.com/apache/airflow/pull/67621#discussion_r3641335222), 
this is no longer needed, so I've removed it.



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