diff --git a/ci/requirements-3.4_SLOW.pip b/ci/requirements-3.4_SLOW.pip new file mode 100644 index 0000000000000..05c938abcbab6 --- /dev/null +++ b/ci/requirements-3.4_SLOW.pip @@ -0,0 +1,3 @@ +httplib2 +google-api-python-client +oauth2client diff --git a/pandas/io/tests/test_gbq.py b/pandas/io/tests/test_gbq.py index 0507f0d89661c..457e2d218cb33 100644 --- a/pandas/io/tests/test_gbq.py +++ b/pandas/io/tests/test_gbq.py @@ -938,6 +938,7 @@ def test_upload_data_if_table_exists_replace(self): private_key=_get_private_key_path()) self.assertEqual(result['NUM_ROWS'][0], 5) + @tm.slow def test_google_upload_errors_should_raise_exception(self): destination_table = DESTINATION_TABLE + "5"