diff --git a/pandas/io/tests/test_google.py b/pandas/io/tests/test_google.py index 9db7964c1acfe..7f4ca13c27e58 100644 --- a/pandas/io/tests/test_google.py +++ b/pandas/io/tests/test_google.py @@ -12,7 +12,6 @@ class TestGoogle(unittest.TestCase): - @slow @network def test_google(self): # asserts that google is minimally working and that it throws @@ -39,13 +38,11 @@ def test_google(self): raise - @slow @network def test_get_quote(self): self.assertRaises(NotImplementedError, lambda: web.get_quote_google(pd.Series(['GOOG', 'AAPL', 'GOOG']))) - @slow @network def test_get_data(self): import numpy as np