From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FCEA1581EE for ; Tue, 25 Mar 2025 09:22:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8C7573433D5 for ; Tue, 25 Mar 2025 09:22:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0250D1104B9; Tue, 25 Mar 2025 09:22:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E84941104B9 for ; Tue, 25 Mar 2025 09:22:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B4EF34336A for ; Tue, 25 Mar 2025 09:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFF3828B0 for ; Tue, 25 Mar 2025 09:22:08 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1742893367.5f8d40ed85ff8248887a5cb0f89915638d7fd7cc.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pydantic-settings/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pydantic-settings/pydantic-settings-2.8.1.ebuild X-VCS-Directories: dev-python/pydantic-settings/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 5f8d40ed85ff8248887a5cb0f89915638d7fd7cc X-VCS-Branch: dev Date: Tue, 25 Mar 2025 09:22:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b272681f-6919-406a-ad23-21e43a73d466 X-Archives-Hash: b1e7b17bebbd335734991267d0c6d056 commit: 5f8d40ed85ff8248887a5cb0f89915638d7fd7cc Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Mar 25 08:57:45 2025 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Mar 25 09:02:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f8d40ed dev-python/pydantic-settings: enable pypy3_11 and disable pypy3 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pydantic-settings/pydantic-settings-2.8.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/pydantic-settings/pydantic-settings-2.8.1.ebuild b/dev-python/pydantic-settings/pydantic-settings-2.8.1.ebuild index bfbf917f5..7113dcb18 100644 --- a/dev-python/pydantic-settings/pydantic-settings-2.8.1.ebuild +++ b/dev-python/pydantic-settings/pydantic-settings-2.8.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{11..13} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) inherit distutils-r1 pypi @@ -37,5 +37,8 @@ EPYTEST_IGNORE=( # Dependencies not packaged: pytest-examples tests/test_docs.py ) +EPYTEST_DESELECT=( + tests/test_source_cli.py::test_cli_metavar_format_type_alias_312 +) distutils_enable_tests pytest