Skip to content

Commit

Permalink
Remove compressed URL c-engine tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Dec 12, 2016
1 parent b34c2f6 commit b88d1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/tests/parser/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_compressed_urls(self):
for compression, extension in self.compression_to_extension.items():
url = self.base_url + extension
# args is a (compression, engine) tuple
for args in product([compression, 'infer'], ['python', 'c']):
for args in product([compression, 'infer'], ['python']):
# test_fxn is a workaround for more descriptive nose reporting.
# See http://stackoverflow.com/a/37393684/4651668.
test_fxn = functools.partial(self.check_table)
Expand Down

0 comments on commit b88d1b8

Please sign in to comment.