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/sniffio/
Date: Fri, 17 Dec 2021 09:15:03 +0000 (UTC)	[thread overview]
Message-ID: <1639732496.74402352c6e28241cee03357a6d5993b9e5e3765.mgorny@gentoo> (raw)

commit:     74402352c6e28241cee03357a6d5993b9e5e3765
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 17 09:03:38 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 17 09:14:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74402352

dev-python/sniffio: Enable pypy3

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

 dev-python/sniffio/sniffio-1.2.0.ebuild | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild b/dev-python/sniffio/sniffio-1.2.0.ebuild
index f6f3ddbd3664..13064b3ad091 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Sniff out which async library your code is running under"
@@ -20,11 +20,7 @@ KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests pytest
 
-python_test() {
-	local deselect=(
-		# curio is not packaged
-		sniffio/_tests/test_sniffio.py::test_curio
-	)
-
-	epytest ${deselect[@]/#/--deselect }
-}
+EPYTEST_DESELECT=(
+	# curio is not packaged
+	sniffio/_tests/test_sniffio.py::test_curio
+)


             reply	other threads:[~2021-12-17  9:15 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17  9:15 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-14 16:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/sniffio/ Michał Górny
2024-03-13 15:02 Michał Górny
2024-03-13 13:57 Arthur Zamarin
2024-02-26  4:35 Michał Górny
2023-05-29 13:58 Sam James
2022-10-03  6:36 Michał Górny
2022-10-02 19:20 Arthur Zamarin
2022-09-01 19:42 Arthur Zamarin
2022-06-16  9:18 Michał Górny
2022-06-16  9:02 Jakov Smolić
2022-05-13 16:11 Michał Górny
2022-05-13 16:11 Michał Górny
2022-05-06 13:22 Michał Górny
2022-04-25 17:16 Sam James
2021-08-24 23:21 Sam James
2021-08-17 17:15 Marek Szuba
2021-07-26  2:14 Sam James
2021-07-26  2:14 Sam James
2021-07-26  1:30 Sam James
2021-06-16 15:40 Sergei Trofimovich
2021-05-18 17:28 Sam James
2021-05-15 19:28 Sam James
2021-05-15  2:23 Sam James
2021-05-15  1:55 Sam James
2021-05-09 11:35 Michał Górny
2021-05-09 11:35 Michał Górny
2021-01-31 20:31 Michał Górny
2021-01-31 19:12 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=1639732496.74402352c6e28241cee03357a6d5993b9e5e3765.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