Skip to content

Commit bb68875

Browse files
committed
ignore warnings from Google Cloud SDK auth
1 parent a028e1d commit bb68875

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/test_gbq.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
except ImportError: # pragma: NO COVER
1414
from unittest import mock
1515

16+
pytestmark = pytest.mark.filter_warnings(
17+
"ignore:credentials from Google Cloud SDK")
18+
1619

1720
@pytest.fixture
1821
def min_bq_version():

0 commit comments

Comments
 (0)