We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492e615 commit 7c9fe8bCopy full SHA for 7c9fe8b
pandas/io/tests/parser/test_network.py
@@ -46,6 +46,8 @@ def test_compressed_urls(self):
46
yield (test_fxn, url) + args
47
48
def check_table(self, url, compression, engine):
49
+ if compression == 'xz':
50
+ tm._skip_if_no_lzma()
51
url_table = read_table(url, compression=compression, engine=engine)
52
tm.assert_frame_equal(url_table, self.local_table)
53
0 commit comments