Skip to content

Commit

Permalink
Suppress "no parser was explicitly specified" warnings during tests.
Browse files Browse the repository at this point in the history
(forgot to update the filter when moving _html_utils.)
  • Loading branch information
lemon24 committed Jun 16, 2024
1 parent 2837af9 commit c1e0935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ markers = [
"noautoclose: skip 'autoclose' autouse fixture for a test."
]
filterwarnings = [
"ignore:No parser was explicitly specified::reader._html_utils",
"ignore:No parser was explicitly specified::reader._storage._html_utils",
]
testpaths = ["tests"]

Expand Down

0 comments on commit c1e0935

Please sign in to comment.