commit:     c44b202876aeb87c0d9975550a754133edfc5551
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 06:18:21 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 06:24:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c44b2028

dev-python/sphinx: add skips for failures

Closes: https://bugs.gentoo.org/933280
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/sphinx/sphinx-7.3.7-r2.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/sphinx/sphinx-7.3.7-r2.ebuild 
b/dev-python/sphinx/sphinx-7.3.7-r2.ebuild
index 036665b3e9fa..05f9178cfcd0 100644
--- a/dev-python/sphinx/sphinx-7.3.7-r2.ebuild
+++ b/dev-python/sphinx/sphinx-7.3.7-r2.ebuild
@@ -96,7 +96,12 @@ python_test() {
        mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die
        local -x SPHINX_TEST_TEMPDIR="${BUILD_DIR}/sphinx_tempdir"
 
-       local EPYTEST_DESELECT=()
+       local EPYTEST_DESELECT=(
+               # less interesting failures
+               tests/test_builders/test_build_latex.py::test_build_latex_doc
+               tests/test_extensions/test_ext_math.py::test_imgmath_png
+               tests/test_extensions/test_ext_math.py::test_imgmath_numfig_html
+       )
        case ${EPYTHON} in
                python3.13)
                        EPYTEST_DESELECT+=(

Reply via email to