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/exceptiongroup/
Date: Tue, 14 May 2024 16:16:42 +0000 (UTC)	[thread overview]
Message-ID: <1715702887.5f0d9b8c747d8e7556a3e3f097bf6d09ab7b2c88.mgorny@gentoo> (raw)

commit:     5f0d9b8c747d8e7556a3e3f097bf6d09ab7b2c88
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 16:08:07 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 14 16:08:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0d9b8c

dev-python/exceptiongroup: Enable py3.13

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

 dev-python/exceptiongroup/exceptiongroup-1.2.1.ebuild | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-python/exceptiongroup/exceptiongroup-1.2.1.ebuild b/dev-python/exceptiongroup/exceptiongroup-1.2.1.ebuild
index 67c66ba7616b..112639c10e38 100644
--- a/dev-python/exceptiongroup/exceptiongroup-1.2.1.ebuild
+++ b/dev-python/exceptiongroup/exceptiongroup-1.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit_scm
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 
@@ -21,6 +21,16 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv
 distutils_enable_tests pytest
 
 python_test() {
+	local EPYTEST_DESELECT=()
+	case ${EPYTHON} in
+		python3.13)
+			EPYTEST_DESELECT+=(
+				# https://github.com/agronholm/exceptiongroup/issues/122
+				tests/test_formatting.py
+			)
+			;;
+	esac
+
 	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
 	epytest
 }


             reply	other threads:[~2024-05-14 16:16 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-14 16:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-31 10:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/exceptiongroup/ Michał Górny
2025-05-31  9:59 Michał Górny
2025-05-11  3:09 Michał Górny
2025-02-16 19:07 Michał Górny
2024-07-27  7:19 Michał Górny
2024-07-27  7:09 Arthur Zamarin
2024-07-13  4:46 Michał Górny
2024-05-14 16:16 Michał Górny
2024-05-04  7:43 Michał Górny
2024-05-04  7:23 Arthur Zamarin
2024-04-19  2:44 Michał Górny
2023-12-09 13:48 Sam James
2023-11-21 19:05 Michał Górny
2023-09-17  4:44 Michał Górny
2023-09-16 22:58 Sam James
2023-08-14 14:55 Michał Górny
2023-08-05 15:21 Michał Górny
2023-08-05 15:11 Arthur Zamarin
2023-07-23  8:28 Michał Górny
2023-07-04  2:59 Michał Górny
2023-04-16 17:08 Michał Górny
2023-04-16 16:42 Arthur Zamarin
2023-03-13  5:12 Michał Górny
2023-01-26 19:11 Michał Górny
2023-01-26 18:39 Arthur Zamarin
2022-12-24  7:41 Michał Górny
2022-12-10  8:54 Michał Górny
2022-12-10  8:50 Arthur Zamarin
2022-11-24 12:00 WANG Xuerui
2022-11-17  6:15 Michał Górny
2022-11-15  7:27 Michał Górny
2022-11-14  3:59 Michał Górny
2022-11-04 18:06 Arthur Zamarin
2022-11-03 19:41 Arthur Zamarin
2022-11-03 19:30 Sam James
2022-11-03 19:29 Sam James
2022-11-03 19:28 Sam James
2022-11-03 19:22 Arthur Zamarin
2022-10-28  7:09 Michał Górny
2022-09-28 11:45 Andrew Ammerlaan
2022-09-26  7:31 Michał Górny
2022-07-30  9:51 Arthur Zamarin
2022-07-20 13:45 Agostino Sarubbo
2022-07-19 20:26 Sam James
2022-07-19 20:26 Sam James
2022-07-19 20:26 Sam James
2022-07-19 20:26 Sam James
2022-06-30 18:06 Arthur Zamarin
2022-06-28 15:44 Arthur Zamarin
2022-06-23 22:33 James Le Cuirot
2022-06-22  6:53 Agostino Sarubbo
2022-06-22  5:50 Agostino Sarubbo
2022-06-20 17:46 Arthur Zamarin
2022-06-17  8:10 Arthur Zamarin
2022-06-16  8:05 Michał Górny
2022-06-14 21:30 Jakov Smolić
2022-06-14  8:15 Jakov Smolić
2022-06-13 21:50 Jakov Smolić
2022-06-13 21:33 Jakov Smolić
2022-06-13 21:33 Jakov Smolić
2022-06-13 10:07 Yixun Lan
2022-06-08  7:54 Michał Górny
2022-05-27  7:35 Michał Górny
2022-05-21  6:47 Michał Górny
2022-05-18  5:58 Michał Górny
2022-05-16 13:18 Michał Górny
2022-05-01  7:30 Michał Górny
2022-04-27 11:21 Jakov Smolić
2022-04-21 15:19 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=1715702887.5f0d9b8c747d8e7556a3e3f097bf6d09ab7b2c88.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