Accepting request 1184946 from devel:languages:python

- skip test_basic as it no longer works with sphinx 7.3

OBS-URL: https://build.opensuse.org/request/show/1184946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx_rtd_theme?expand=0&rev=20
This commit is contained in:
Ana Guerrero 2024-07-03 18:29:48 +00:00 committed by Git OBS Bridge
commit 832adb0133
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 2 20:49:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
- skip test_basic as it no longer works with sphinx 7.3
-------------------------------------------------------------------
Fri Dec 29 10:06:31 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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