Skip to content

Commit c71f214

Browse files
authored
TST: add network decorator on parser network tests for compressed url's, was missing (pandas-dev#15102)
1 parent a1d94d1 commit c71f214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/io/tests/parser/test_network.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ def __init__(self):
3030
self.base_url = ('https://github.com/pandas-dev/pandas/raw/master/'
3131
'pandas/io/tests/parser/data/salaries.csv')
3232

33+
@tm.network
3334
def test_compressed_urls(self):
34-
"""Test reading compressed tables from URL."""
35+
# Test reading compressed tables from URL.
3536
msg = ('Test reading {}-compressed tables from URL: '
3637
'compression="{}", engine="{}"')
3738

0 commit comments

Comments
 (0)