commit:     0f923690cea3e16e77c5b033ec5664da63d2bd84
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> 
com>
AuthorDate: Mon Mar 20 18:09:33 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 05:38:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f923690

dev-python/recommonmark: deselect failing tests

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 <matoro <AT> users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/30269
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 9761a3e670ef..d765393d33cd 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

Reply via email to