diff --git a/python-beautifulsoup4.changes b/python-beautifulsoup4.changes index 1dce79b..18f31b5 100644 --- a/python-beautifulsoup4.changes +++ b/python-beautifulsoup4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 31 14:24:07 UTC 2024 - Matej Cepl + +- Skip the test test_unsupported_pseudoclass (lp#2086199). + ------------------------------------------------------------------- Sat Jan 20 13:11:41 UTC 2024 - Dirk Müller diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index dd9ed1f..9f50faa 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -37,6 +37,7 @@ Requires: python-cchardet Requires: python-soupsieve >= 1.2 Suggests: python-html5lib Suggests: python-lxml >= 3.4.4 +Provides: python-bs4 = %{version}-%{release} BuildArch: noarch %python_subpackages @@ -92,7 +93,8 @@ pushd doc && make html && rm build/html/.buildinfo build/html/objects.inv && po %check export LANG=en_US.UTF-8 export PYTHONDONTWRITEBYTECODE=1 -%pytest +# skip because of lp#2086199 +%pytest -k 'not test_unsupported_pseudoclass' %files %{python_files} %license LICENSE