public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/myst-parser/
Date: Sun, 21 Apr 2024 15:46:29 +0000 (UTC)	[thread overview]
Message-ID: <1713714385.ba689db1426fc5b2b04a8627d210d34b65a642a7.mgorny@gentoo> (raw)

commit:     ba689db1426fc5b2b04a8627d210d34b65a642a7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 15:44:59 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 15:46:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba689db1

dev-python/myst-parser: Deselect tests failing with Sphinx 7.3.7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/myst-parser/myst-parser-2.0.0-r1.ebuild | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/dev-python/myst-parser/myst-parser-2.0.0-r1.ebuild b/dev-python/myst-parser/myst-parser-2.0.0-r1.ebuild
index 2d897d5f9417..7d5eb87dbe12 100644
--- a/dev-python/myst-parser/myst-parser-2.0.0-r1.ebuild
+++ b/dev-python/myst-parser/myst-parser-2.0.0-r1.ebuild
@@ -62,3 +62,20 @@ src_prepare() {
 	# unpin docutils
 	sed -i -e '/docutils/s:,<[0-9.]*::' pyproject.toml || die
 }
+
+python_test() {
+	local EPYTEST_DESELECT=()
+
+	if has_version ">=dev-python/sphinx-7.3"; then
+		EPYTEST_DESELECT+=(
+			# https://github.com/executablebooks/MyST-Parser/issues/913
+			'tests/test_renderers/test_fixtures_sphinx.py::test_syntax_elements[298-Sphinx Role containing backtick:]'
+			'tests/test_renderers/test_fixtures_sphinx.py::test_sphinx_directives[341-versionadded (`sphinx.domains.changeset.VersionChange`):]'
+			tests/test_sphinx/test_sphinx_builds.py::test_references_singlehtml
+			tests/test_sphinx/test_sphinx_builds.py::test_heading_slug_func
+			tests/test_sphinx/test_sphinx_builds.py::test_gettext_html
+		)
+	fi
+
+	epytest
+}


             reply	other threads:[~2024-04-21 15:46 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-21 15:46 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08  8:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/myst-parser/ Arthur Zamarin
2025-03-06 19:01 Michał Górny
2025-03-01 11:57 Michał Górny
2025-02-20 10:29 Michał Górny
2025-02-13  7:27 Michał Górny
2024-10-26 11:52 Michał Górny
2024-08-24  8:10 Sam James
2024-08-06  4:45 Michał Górny
2024-05-25  9:28 Michał Górny
2024-04-29  3:33 Michał Górny
2024-04-24 13:42 Michał Górny
2024-04-21 15:46 Michał Górny
2024-04-21 15:46 Michał Górny
2023-12-08 17:04 WANG Xuerui
2023-07-24 12:40 Michał Górny
2023-06-14  6:43 Michał Górny
2023-06-09 18:21 Arthur Zamarin
2023-04-05  8:17 Michał Górny
2023-04-05  7:17 Arthur Zamarin
2023-03-19 17:36 Arthur Zamarin
2023-03-08  4:44 Michał Górny
2023-03-03  5:53 Michał Górny
2023-03-02  5:13 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1713714385.ba689db1426fc5b2b04a8627d210d34b65a642a7.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox