Skip to content

Commit b88d1b8

Browse files
committed
Remove compressed URL c-engine tests
1 parent b34c2f6 commit b88d1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/parser/test_network.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_compressed_urls(self):
3939
for compression, extension in self.compression_to_extension.items():
4040
url = self.base_url + extension
4141
# args is a (compression, engine) tuple
42-
for args in product([compression, 'infer'], ['python', 'c']):
42+
for args in product([compression, 'infer'], ['python']):
4343
# test_fxn is a workaround for more descriptive nose reporting.
4444
# See http://stackoverflow.com/a/37393684/4651668.
4545
test_fxn = functools.partial(self.check_table)

0 commit comments

Comments
 (0)