Skip to content

Commit 9465bf1

Browse files
[2.3.x] CI: skip lxml encode test on Windows (#60238)
CI: skip lxml encode test on Windows
1 parent cacd4bb commit 9465bf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_html.py

+1
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,7 @@ def test_displayed_only_with_many_elements(self, displayed_only, flavor_read_htm
13811381
expected = DataFrame({"A": [1, 4], "B": [2, 5]})
13821382
tm.assert_frame_equal(result, expected)
13831383

1384+
@td.skip_if_windows()
13841385
@pytest.mark.filterwarnings(
13851386
"ignore:You provided Unicode markup but also provided a value for "
13861387
"from_encoding.*:UserWarning"

0 commit comments

Comments
 (0)