Skip to content

Commit fe246cc

Browse files
committed
TST: mark gbq streaming insert tests as slow
1 parent 153da50 commit fe246cc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ci/requirements-3.4_SLOW.pip

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
httplib2
2+
google-api-python-client
3+
oauth2client

pandas/io/tests/test_gbq.py

+1
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@ def test_upload_data_if_table_exists_replace(self):
938938
private_key=_get_private_key_path())
939939
self.assertEqual(result['NUM_ROWS'][0], 5)
940940

941+
@tm.slow
941942
def test_google_upload_errors_should_raise_exception(self):
942943
destination_table = DESTINATION_TABLE + "5"
943944

0 commit comments

Comments
 (0)