diff --git a/tests/conftest.py b/tests/conftest.py index e5cf74fe35..6088fa976c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -117,6 +117,9 @@ def _create_pipeline_instance_id(self) -> str: # disable httpx request logging (too verbose when testing qdrant) logging.getLogger("httpx").setLevel("WARNING") + # disable googleapiclient logging + logging.getLogger("googleapiclient.discovery_cache").setLevel("WARNING") + # reset and init airflow db import warnings