- Skip failing tests (gh#sphinx-doc/sphinx#12623)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-htmlhelp?expand=0&rev=21
This commit is contained in:
Matej Cepl 2024-07-20 00:42:40 +00:00 committed by Git OBS Bridge
parent 0aada59a4a
commit 7e31077bf5
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Fri Jul 19 23:59:01 UTC 2024 - Matej Cepl <mcepl@cepl.eu> Fri Jul 19 23:59:01 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Clean up SPEC file. - Clean up SPEC file.
- Skip failing tests (gh#sphinx-doc/sphinx#12623)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 14 10:47:30 UTC 2024 - Dirk Müller <dmueller@suse.com> Sun Jan 14 10:47:30 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -66,7 +66,8 @@ sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
%if %{with test} %if %{with test}
%check %check
%pytest # ignoring tests which fail (gh#sphinx-doc/sphinx#12623)
%pytest -k 'not (test_htmlhelp_hhc or test_build_htmlhelp)'
%endif %endif
%if !%{with test} %if !%{with test}