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