public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/myst-parser/
Date: Sun, 27 Nov 2022 20:23:02 +0000 (UTC)	[thread overview]
Message-ID: <1669580381.dace9e105e00f6d76feb8f52ab7ef31cf9750954.cybertailor@gentoo> (raw)

commit:     dace9e105e00f6d76feb8f52ab7ef31cf9750954
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Nov 27 20:06:37 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Nov 27 20:19:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dace9e10

dev-python/myst-parser: disable test failing on pypy3

Closes: https://bugs.gentoo.org/883185
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/myst-parser/myst-parser-0.18.1.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/dev-python/myst-parser/myst-parser-0.18.1.ebuild b/dev-python/myst-parser/myst-parser-0.18.1.ebuild
index 2dba9480e..8d57c1722 100644
--- a/dev-python/myst-parser/myst-parser-0.18.1.ebuild
+++ b/dev-python/myst-parser/myst-parser-0.18.1.ebuild
@@ -48,6 +48,15 @@ distutils_enable_tests pytest
 #	dev-python/sphinxext-opengraph \
 #	dev-python/sphinxext-rediraffe
 
+python_test() {
+	[[ ${EPYTHON} == "pypy3" ]] &&
+		local EPYTEST_DESELECT=(
+			"tests/test_renderers/test_include_directive.py::test_errors[9-Non-existent path:]"
+		)
+
+	epytest
+}
+
 pkg_postinst() {
 	optfeature "linkify plugin support" dev-python/linkify-it-py
 }


             reply	other threads:[~2022-11-27 20:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-27 20:23 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-22  7:32 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/myst-parser/ Anna Vyalkova

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=1669580381.dace9e105e00f6d76feb8f52ab7ef31cf9750954.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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