We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f3a38 commit eabc792Copy full SHA for eabc792
pandas/tests/io/test_html.py
@@ -87,7 +87,7 @@ def test_same_ordering(datapath):
87
@pytest.mark.parametrize(
88
"flavor",
89
[
90
- pytest.param("bs4", marks=td.skip_if_no("lxml")),
+ pytest.param("bs4", marks=td.skip_if_no("bs4")),
91
pytest.param("lxml", marks=td.skip_if_no("lxml")),
92
],
93
scope="class",
0 commit comments