Skip to content

Commit 0aadb11

Browse files
committed
Change google finance tests to @network only
1 parent c052957 commit 0aadb11

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/io/tests/test_google.py

-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
class TestGoogle(unittest.TestCase):
1414

15-
@slow
1615
@network
1716
def test_google(self):
1817
# asserts that google is minimally working and that it throws
@@ -39,13 +38,11 @@ def test_google(self):
3938
raise
4039

4140

42-
@slow
4341
@network
4442
def test_get_quote(self):
4543
self.assertRaises(NotImplementedError,
4644
lambda: web.get_quote_google(pd.Series(['GOOG', 'AAPL', 'GOOG'])))
4745

48-
@slow
4946
@network
5047
def test_get_data(self):
5148
import numpy as np

0 commit comments

Comments
 (0)