From 0f923690cea3e16e77c5b033ec5664da63d2bd84 Mon Sep 17 00:00:00 2001 From: Matoro Mahri Date: Mon, 20 Mar 2023 14:09:33 -0400 Subject: [PATCH] dev-python/recommonmark: deselect failing tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These tests are sensitive to Sphinx formatting changes and they will never get fixed because upstream has archived the project in favor of myst_parser. Closes: https://bugs.gentoo.org/866009 Signed-off-by: Matoro Mahri Closes: https://github.com/gentoo/gentoo/pull/30269 Signed-off-by: Michał Górny --- dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild b/dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild index 9761a3e670ef5..d765393d33cdf 100644 --- a/dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild +++ b/dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild @@ -26,4 +26,12 @@ PATCHES=( "${FILESDIR}/${PN}-0.6.0-sphinx3-2.patch" ) +# These tests are sensitive to Sphinx formatting changes and they will never +# get fixed because upstream has archived the project in favor of myst_parser. +# Bug #866009 +EPYTEST_DESELECT=( + "tests/test_sphinx.py::GenericTests::test_headings" + "tests/test_sphinx.py::CustomExtensionTests::test_integration" +) + distutils_enable_tests pytest