mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Michał Górny
parent
c1bf75e056
commit
0f923690ce
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user