summaryrefslogtreecommitdiff
path: root/dev-python/sphinx
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-08 09:18:21 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-08 09:24:38 +0300
commitc44b202876aeb87c0d9975550a754133edfc5551 (patch)
tree03988b3a1fe23742581a7377709fb65f5c71b77a /dev-python/sphinx
parent334e7ac76ea7179939d1a925a7d9b3fa08146afd (diff)
downloadgentoo-c44b202876aeb87c0d9975550a754133edfc5551.tar.gz
gentoo-c44b202876aeb87c0d9975550a754133edfc5551.tar.bz2
gentoo-c44b202876aeb87c0d9975550a754133edfc5551.zip
dev-python/sphinx: add skips for failures
Closes: https://bugs.gentoo.org/933280 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r--dev-python/sphinx/sphinx-7.3.7-r2.ebuild7
1 files changed, 6 insertions, 1 deletions
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+=(