summaryrefslogtreecommitdiff
path: root/dev-python/pandas/files/pandas-0.19.1-gapi.patch
blob: 7a0456fdacfc8217055b5b14c4c439f9e8b23a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 1d6dbb41b26a39121ec8c4f19f5da78bb0ab4af7 Mon Sep 17 00:00:00 2001
From: Jeff Reback <jeff@reback.net>
Date: Sat, 12 Nov 2016 12:44:06 -0500
Subject: [PATCH] TST: skip test_gbq.test_upload_data_if_table_exists_replace
 for now

---
 pandas/io/tests/test_gbq.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pandas/io/tests/test_gbq.py b/pandas/io/tests/test_gbq.py
index cca1580b8..f6ff35a6d 100644
--- a/pandas/io/tests/test_gbq.py
+++ b/pandas/io/tests/test_gbq.py
@@ -824,6 +824,9 @@ class TestToGBQIntegration(tm.TestCase):
                        private_key=_get_private_key_path())
 
     def test_upload_data_if_table_exists_replace(self):
+
+        raise nose.SkipTest("buggy test")
+
         destination_table = DESTINATION_TABLE + "4"
 
         test_size = 10
-- 
2.11.0