diff --git a/test/test_example.py b/test/test_example.py index 1bb9fc79..dd047556 100644 --- a/test/test_example.py +++ b/test/test_example.py @@ -12,6 +12,8 @@ import pytest +pytestmark = pytest.mark.filterwarnings("ignore::bs4.MarkupResemblesLocatorWarning") + HEADINGS = re.compile(r"h[1-4]") ANY_TEXT = re.compile(r"h[1-4]|p")