We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac22f4 commit 369959aCopy full SHA for 369959a
.gitignore
@@ -31,6 +31,7 @@ docs/source/_build
31
.coverage
32
coverage.xml
33
coverage_html_report
34
+.pytest_cache
35
36
# Compiled source #
37
###################
pandas_gbq/tests/test_gbq.py
@@ -280,7 +280,9 @@ def test_get_user_account_credentials_returns_credentials(self):
280
assert isinstance(credentials, Credentials)
281
282
283
-class GBQUnitTests(object):
+@pytest.mark.skip('Currently fails, see '
284
+ 'https://github.com/pydata/pandas-gbq/pull/125')
285
+class TestGBQUnit(object):
286
287
def test_import_google_api_python_client(self):
288
if not _in_travis_environment():
0 commit comments