We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19189c2 commit e91608eCopy full SHA for e91608e
pandas/tests/io/test_gbq.py
@@ -19,7 +19,7 @@
19
api_exceptions = pytest.importorskip("google.api_core.exceptions")
20
bigquery = pytest.importorskip("google.cloud.bigquery")
21
service_account = pytest.importorskip("google.oauth2.service_account")
22
-pandas_gbq = pytest.importorskip("pandas_gbq", minversion="0.8.0")
+pandas_gbq = pytest.importorskip("pandas_gbq")
23
24
PROJECT_ID = None
25
PRIVATE_KEY_JSON_PATH = None
0 commit comments