Skip to content

Commit 0b85c7d

Browse files
committed
Fix test
1 parent 6998251 commit 0b85c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/xml/test_xml.py

+1
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ def test_stylesheet_file(datapath):
769769
tm.assert_frame_equal(df_kml, df_style)
770770

771771

772+
@td.skip_if_no("lxml")
772773
def test_read_xml_passing_as_positional_deprecated(datapath):
773774
# GH#45133
774775
kml = datapath("io", "data", "xml", "cta_rail_lines.kml")

0 commit comments

Comments
 (0)