Skip to content

Commit 077d353

Browse files
committed
Network-ize a test
1 parent 28b1488 commit 077d353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/tests/test_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def test_get_multi_all_invalid(self):
105105
sl = ['INVALID', 'INVALID2', 'INVALID3']
106106
self.assertRaises(RemoteDataError, web.get_data_google, sl, '2012')
107107

108+
@network
108109
def test_get_multi2(self):
109110
with warnings.catch_warnings(record=True) as w:
110111
for locale in self.locales:

0 commit comments

Comments
 (0)