We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34c2f6 commit b88d1b8Copy full SHA for b88d1b8
pandas/io/tests/parser/test_network.py
@@ -39,7 +39,7 @@ def test_compressed_urls(self):
39
for compression, extension in self.compression_to_extension.items():
40
url = self.base_url + extension
41
# args is a (compression, engine) tuple
42
- for args in product([compression, 'infer'], ['python', 'c']):
+ for args in product([compression, 'infer'], ['python']):
43
# test_fxn is a workaround for more descriptive nose reporting.
44
# See http://stackoverflow.com/a/37393684/4651668.
45
test_fxn = functools.partial(self.check_table)
0 commit comments