Skip to content

Commit eabc792

Browse files
jbrockmendelproost
authored andcommitted
TST: Fix apparent typo skip_if_no lxml->bs4 (pandas-dev#30249)
1 parent 00f3a38 commit eabc792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_html.py

+1-1
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)