diff --git a/python-sphinxcontrib-jsmath.changes b/python-sphinxcontrib-jsmath.changes index df8a26c..287c103 100644 --- a/python-sphinxcontrib-jsmath.changes +++ b/python-sphinxcontrib-jsmath.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 20 14:10:37 UTC 2025 - Markéta Machová + +- Skip test failing with Sphinx 8.2 + ------------------------------------------------------------------- Fri Apr 21 12:36:56 UTC 2023 - Dirk Müller diff --git a/python-sphinxcontrib-jsmath.spec b/python-sphinxcontrib-jsmath.spec index 8bc8c56..d7ec191 100644 --- a/python-sphinxcontrib-jsmath.spec +++ b/python-sphinxcontrib-jsmath.spec @@ -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}