Skip to content

Commit

Permalink
CI: skip lxml encode test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Nov 8, 2024
1 parent 64f9907 commit bdb87aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/io/test_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ def test_displayed_only_with_many_elements(self, displayed_only, flavor_read_htm
expected = DataFrame({"A": [1, 4], "B": [2, 5]})
tm.assert_frame_equal(result, expected)

@td.skip_if_windows()
@pytest.mark.filterwarnings(
"ignore:You provided Unicode markup but also provided a value for "
"from_encoding.*:UserWarning"
Expand Down

0 comments on commit bdb87aa

Please sign in to comment.