15
0

- Skip the test test_unsupported_pseudoclass (lp#2086199).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=95
This commit is contained in:
2024-10-31 14:24:28 +00:00
committed by Git OBS Bridge
parent 1611f8c551
commit 92830197a0
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 31 14:24:07 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Skip the test test_unsupported_pseudoclass (lp#2086199).
-------------------------------------------------------------------
Sat Jan 20 13:11:41 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -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