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/h2/
Date: Thu, 12 May 2022 16:17:10 +0000 (UTC)	[thread overview]
Message-ID: <1652372226.9e9a822e6ac8e76f6b696abd90ed9cc4edb2cee9.mgorny@gentoo> (raw)

commit:     9e9a822e6ac8e76f6b696abd90ed9cc4edb2cee9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 15:43:14 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 12 16:17:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9a822e

dev-python/h2: Enable py3.11

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

 dev-python/h2/h2-3.2.0-r1.ebuild |  2 +-
 dev-python/h2/h2-4.1.0-r1.ebuild | 16 +++++++++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/dev-python/h2/h2-3.2.0-r1.ebuild b/dev-python/h2/h2-3.2.0-r1.ebuild
index 315f6e2408b2..46613c45aa92 100644
--- a/dev-python/h2/h2-3.2.0-r1.ebuild
+++ b/dev-python/h2/h2-3.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/h2/h2-4.1.0-r1.ebuild b/dev-python/h2/h2-4.1.0-r1.ebuild
index 8351e85531d2..2520745f3814 100644
--- a/dev-python/h2/h2-4.1.0-r1.ebuild
+++ b/dev-python/h2/h2-4.1.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 
@@ -33,3 +33,17 @@ BDEPEND="
 "
 
 distutils_enable_tests pytest
+
+python_test() {
+	local EPYTEST_DESELECT=()
+	if [[ ${EPYTHON} == python3.11 ]]; then
+		EPYTEST_DESELECT+=(
+			test/test_events.py::TestEventReprs::test_remotesettingschanged_repr
+			test/test_events.py::TestEventReprs::test_streamreset_repr
+			test/test_events.py::TestEventReprs::test_settingsacknowledged_repr
+			test/test_events.py::TestEventReprs::test_connectionterminated_repr
+		)
+	fi
+
+	epytest
+}


             reply	other threads:[~2022-05-12 16:17 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-12 16:17 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-26 11:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/h2/ Arthur Zamarin
2025-08-24  3:04 Michał Górny
2025-05-11 18:41 Sam James
2025-05-11 18:36 Sam James
2025-03-08 11:11 Arthur Zamarin
2025-02-15 11:30 Michał Górny
2025-02-02 18:25 Michał Górny
2024-05-11 11:05 Michał Górny
2024-05-11 11:05 Michał Górny
2023-05-27 15:52 Sam James
2023-03-16 18:13 Michał Górny
2022-05-12 16:17 Michał Górny
2022-03-15 14:05 Michał Górny
2022-03-15 11:27 Jakov Smolić
2022-02-02  9:27 Michał Górny
2022-02-02  9:27 Michał Górny
2022-01-28 13:44 James Le Cuirot
2022-01-27 22:56 James Le Cuirot
2021-11-13  9:54 Michał Górny
2021-11-13  9:47 Jakov Smolić
2021-10-06  7:16 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=1652372226.9e9a822e6ac8e76f6b696abd90ed9cc4edb2cee9.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