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@users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/30269
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Matoro Mahri
2023-03-20 14:09:33 -04:00
committed by Michał Górny
parent c1bf75e056
commit 0f923690ce

View File

@@ -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