Skip to content

Commit 7256c27

Browse files
jbrockmendeljreback
authored andcommitted
TST: Fix apparent typo skip_if_no lxml->bs4 (#30249)
1 parent 810df40 commit 7256c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_same_ordering(datapath):
8787
@pytest.mark.parametrize(
8888
"flavor",
8989
[
90-
pytest.param("bs4", marks=td.skip_if_no("lxml")),
90+
pytest.param("bs4", marks=td.skip_if_no("bs4")),
9191
pytest.param("lxml", marks=td.skip_if_no("lxml")),
9292
],
9393
scope="class",

0 commit comments

Comments
 (0)