From c6a0d90815099277ed02afbceb59b44570d29217fb0c64fa823ae737cd0cf49f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 18 Jun 2025 07:07:05 +0000 Subject: [PATCH] Accepting request 1286539 from home:mcepl:branches:devel:languages:python - Skip failing test test_rejected_input, it is known to be flaky and dependent on the various changes in Python (which there will be more coming in few days). OBS-URL: https://build.opensuse.org/request/show/1286539 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=98 --- python-beautifulsoup4.changes | 7 +++++++ python-beautifulsoup4.spec | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-beautifulsoup4.changes b/python-beautifulsoup4.changes index 6928094..ba3c898 100644 --- a/python-beautifulsoup4.changes +++ b/python-beautifulsoup4.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 18 07:05:52 UTC 2025 - Matej Cepl + +- Skip failing test test_rejected_input, it is known to be flaky + and dependent on the various changes in Python (which there + will be more coming in few days). + ------------------------------------------------------------------- Fri Nov 1 07:22:57 UTC 2024 - Matej Cepl diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 6b2fa38..b2e33de 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -1,7 +1,7 @@ # # spec file for package python-beautifulsoup4 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -96,7 +96,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 +donttest="test_rejected_input" +%pytest -k "not ($donttest)" %files %{python_files} %license LICENSE