From 6432250bc2803f06fa9da5911b49017dbf51a370884dbf21aa310064019c0a21 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jul 2024 20:50:17 +0000 Subject: [PATCH] - skip test_basic as it no longer works with sphinx 7.3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=44 --- python-sphinx_rtd_theme.changes | 5 +++++ python-sphinx_rtd_theme.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-sphinx_rtd_theme.changes b/python-sphinx_rtd_theme.changes index 89a7917..b196c38 100644 --- a/python-sphinx_rtd_theme.changes +++ b/python-sphinx_rtd_theme.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 2 20:49:58 UTC 2024 - Dirk Müller + +- skip test_basic as it no longer works with sphinx 7.3 + ------------------------------------------------------------------- Fri Dec 29 10:06:31 UTC 2023 - Dirk Müller diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index d829826..22fddeb 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-sphinx_rtd_theme # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -77,7 +77,8 @@ sed -i "/'build_py'/d" setup.py %if %{with test} %check -%pytest +# https://github.com/readthedocs/sphinx_rtd_theme/issues/1558 +%pytest -k "not test_basic" %endif %if !%{with test}