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: Fri, 24 Jun 2022 15:46:00 +0000 (UTC)	[thread overview]
Message-ID: <1656085557.b6d260fdd302c24cb3b06149f4cc03715d77cfaa.mgorny@gentoo> (raw)

commit:     b6d260fdd302c24cb3b06149f4cc03715d77cfaa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:21:47 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:45:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d260fd

dev-python/myst_parser: Enable pypy3

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

 dev-python/myst_parser/myst_parser-0.18.0.ebuild | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/dev-python/myst_parser/myst_parser-0.18.0.ebuild b/dev-python/myst_parser/myst_parser-0.18.0.ebuild
index 607aca9eec4a..bc0af0f8d333 100644
--- a/dev-python/myst_parser/myst_parser-0.18.0.ebuild
+++ b/dev-python/myst_parser/myst_parser-0.18.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 
@@ -43,10 +43,19 @@ BDEPEND="
 	)
 "
 
-EPYTEST_DESELECT=(
-	# Unimportant tests needing a new dep linkify
-	tests/test_renderers/test_myst_config.py::test_cmdline
-	tests/test_sphinx/test_sphinx_builds.py::test_extended_syntaxes
-)
-
 distutils_enable_tests pytest
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# Unimportant tests needing a new dep linkify
+		tests/test_renderers/test_myst_config.py::test_cmdline
+		tests/test_sphinx/test_sphinx_builds.py::test_extended_syntaxes
+	)
+
+	[[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+		# bad test relying on exact exception messages
+		"tests/test_renderers/test_include_directive.py::test_errors[9-Non-existent path:]"
+	)
+
+	epytest
+}


             reply	other threads:[~2022-06-24 15:46 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24 15:46 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-13 11:51 [gentoo-commits] repo/gentoo:master commit in: dev-python/myst_parser/ Michał Górny
2022-11-04  8:38 Michał Górny
2022-11-04  8:23 Arthur Zamarin
2022-10-07  7:03 Michał Górny
2022-09-27 18:25 Arthur Zamarin
2022-07-11 17:45 Michał Górny
2022-07-11 16:32 Arthur Zamarin
2022-07-11 12:14 James Le Cuirot
2022-07-10 23:08 Sam James
2022-07-10 22:28 Sam James
2022-07-10 20:02 Arthur Zamarin
2022-07-10 19:40 Arthur Zamarin
2022-07-10 18:51 Arthur Zamarin
2022-07-10 18:48 Arthur Zamarin
2022-07-10 18:04 Arthur Zamarin
2022-07-03 18:15 Arthur Zamarin
2022-06-30 17:57 Arthur Zamarin
2022-06-29 18:11 Arthur Zamarin
2022-06-28 15:44 Arthur Zamarin
2022-06-17 13:07 Jakov Smolić
2022-06-10  5:29 Jakov Smolić
2022-06-08 12:21 Jakov Smolić
2022-06-08  8:13 Jakov Smolić
2022-06-08  7:44 Jakov Smolić
2022-06-08  7:24 Jakov Smolić
2022-06-08  5:35 Michał Górny
2022-05-29 19:16 Arthur Zamarin
2022-05-21 17:35 Jakov Smolić
2022-04-18  8:19 Michał Górny
2022-04-16 15:36 Arthur Zamarin
2022-03-20 20:38 Arthur Zamarin
2022-03-20 20:38 Arthur Zamarin
2022-03-17 20:08 Sam James
2022-03-15  9:38 Jakov Smolić
2022-03-14 18:33 Agostino Sarubbo
2022-03-12 19:21 Arthur Zamarin
2022-03-06  8:52 Agostino Sarubbo
2022-03-06  8:50 Agostino Sarubbo
2022-02-27 10:52 Michał Górny
2022-02-11 21:18 Michał Górny
2022-02-09 14:18 Yixun Lan
2022-02-07 22:29 Sam James
2022-02-07 11:36 Sam James
2022-02-07 11:32 Sam James
2022-02-07 11:31 Sam James
2022-02-07 11:30 Sam James
2022-02-07 11:18 Sam James
2022-02-07  8:33 Sam James
2022-01-23 18:50 Arthur Zamarin

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=1656085557.b6d260fdd302c24cb3b06149f4cc03715d77cfaa.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