From efd42eaf2f4e6d4ac2bcd4f2a6c98fe98d8582ef4450f7384b33a326cd87c06a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 20 Jul 2024 00:42:40 +0000 Subject: [PATCH] - 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 --- python-sphinxcontrib-htmlhelp.changes | 1 + python-sphinxcontrib-htmlhelp.spec | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/python-sphinxcontrib-htmlhelp.changes b/python-sphinxcontrib-htmlhelp.changes index 856e822..62e0c2c 100644 --- a/python-sphinxcontrib-htmlhelp.changes +++ b/python-sphinxcontrib-htmlhelp.changes @@ -2,6 +2,7 @@ Fri Jul 19 23:59:01 UTC 2024 - Matej Cepl - Clean up SPEC file. +- Skip failing tests (gh#sphinx-doc/sphinx#12623) ------------------------------------------------------------------- Sun Jan 14 10:47:30 UTC 2024 - Dirk Müller diff --git a/python-sphinxcontrib-htmlhelp.spec b/python-sphinxcontrib-htmlhelp.spec index 25218fd..318cec5 100644 --- a/python-sphinxcontrib-htmlhelp.spec +++ b/python-sphinxcontrib-htmlhelp.spec @@ -66,7 +66,8 @@ sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. %if %{with test} %check -%pytest +# ignoring tests which fail (gh#sphinx-doc/sphinx#12623) +%pytest -k 'not (test_htmlhelp_hhc or test_build_htmlhelp)' %endif %if !%{with test}