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 153da50 commit fe246ccCopy full SHA for fe246cc
ci/requirements-3.4_SLOW.pip
@@ -0,0 +1,3 @@
1
+httplib2
2
+google-api-python-client
3
+oauth2client
pandas/io/tests/test_gbq.py
@@ -938,6 +938,7 @@ def test_upload_data_if_table_exists_replace(self):
938
private_key=_get_private_key_path())
939
self.assertEqual(result['NUM_ROWS'][0], 5)
940
941
+ @tm.slow
942
def test_google_upload_errors_should_raise_exception(self):
943
destination_table = DESTINATION_TABLE + "5"
944
0 commit comments