Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4b18372

Browse files
committedJul 9, 2013
Merge pull request #4176 from cpcloud/remove-yahoo-test
TST: remove double call to yahoo finance
2 parents b50bff9 + 1f7e519 commit 4b18372

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎pandas/io/tests/test_data.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ def test_get_quote_series(self):
117117
@network
118118
def test_get_quote_string(self):
119119
df = web.get_quote_yahoo('GOOG')
120-
df2 = web.get_quote_yahoo('GOOG')
121-
assert_frame_equal(df, df2)
122120

123121
@network
124122
def test_get_quote_stringlist(self):

0 commit comments

Comments
 (0)
Please sign in to comment.