commit: 0601e1623e59901161900e88996cfef6925f8aba
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 13:46:40 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 28 13:55:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0601e162
dev-python/myst-parser: Deselect failing tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/myst-parser/myst-parser-4.0.1-r1.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-python/myst-parser/myst-parser-4.0.1-r1.ebuild
b/dev-python/myst-parser/myst-parser-4.0.1-r1.ebuild
index dc22f2dbe908..579e61d9ddce 100644
--- a/dev-python/myst-parser/myst-parser-4.0.1-r1.ebuild
+++ b/dev-python/myst-parser/myst-parser-4.0.1-r1.ebuild
@@ -53,6 +53,12 @@ distutils_enable_tests pytest
EPYTEST_DESELECT=(
# minor pygments mismatch
tests/test_sphinx/test_sphinx_builds.py::test_includes
+ # sphinx-8.2.3
+ # https://github.com/executablebooks/MyST-Parser/issues/1030
+
'tests/test_renderers/test_fixtures_sphinx.py::test_sphinx_directives[320-math
(`sphinx.directives.patches.MathDirective`):]'
+ tests/test_sphinx/test_sphinx_builds.py::test_references_singlehtml
+ tests/test_sphinx/test_sphinx_builds.py::test_extended_syntaxes
+ tests/test_sphinx/test_sphinx_builds.py::test_fieldlist_extension
)
src_prepare() {