15
0

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
This commit is contained in:
2025-06-18 07:07:05 +00:00
committed by Git OBS Bridge
parent 52207b5f15
commit c6a0d90815
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 18 07:05:52 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- 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 <mcepl@cepl.eu>

View File

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