Sync from SUSE:SLFO:Main python-sphinxcontrib-jsmath revision d626731a9121cee6e5bb3f93ee818437

This commit is contained in:
2025-05-17 16:07:40 +02:00
parent c3f7007929
commit 2c475592a6
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 20 14:10:37 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Skip test failing with Sphinx 8.2
-------------------------------------------------------------------
Fri Apr 21 12:36:56 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-sphinxcontrib-jsmath
#
# Copyright (c) 2023 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
@@ -66,7 +66,8 @@ via JavaScript.
%if %{with test}
%check
%pytest
# test_disabled_when_equations_not_found fails with Sphinx 8.2 - https://github.com/sphinx-doc/sphinx/issues/13442
%pytest -k "not test_disabled_when_equations_not_found"
%endif
%if !%{with test}