diff options
| author | Matoro Mahri <matoro@users.noreply.github.com> | 2023-03-20 14:09:33 -0400 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-03-21 06:38:28 +0100 |
| commit | 0f923690cea3e16e77c5b033ec5664da63d2bd84 (patch) | |
| tree | cc95480f4f2ada299b15aa0aa0b68a87135906fb /dev-python | |
| parent | c1bf75e0561c12f8f6ebaeee2d3bf8349fc3eb0d (diff) | |
| download | gentoo-0f923690cea3e16e77c5b033ec5664da63d2bd84.tar.gz gentoo-0f923690cea3e16e77c5b033ec5664da63d2bd84.tar.bz2 gentoo-0f923690cea3e16e77c5b033ec5664da63d2bd84.zip | |
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>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
