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 EB8811581B9 for ; Sat, 04 Oct 2025 15:35:19 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D332C341432 for ; Sat, 04 Oct 2025 15:35:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ED0A5110575; Sat, 04 Oct 2025 15:35:08 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E1949110575 for ; Sat, 04 Oct 2025 15:35:08 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F1C4340CDF for ; Sat, 04 Oct 2025 15:35:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D53A93AAA for ; Sat, 04 Oct 2025 15:35:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1759592100.b5be568d22f3a009862f94c3bf7ac085ee640df5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openapi-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/openapi-core/openapi-core-0.19.5-r1.ebuild X-VCS-Directories: dev-python/openapi-core/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b5be568d22f3a009862f94c3bf7ac085ee640df5 X-VCS-Branch: master Date: Sat, 04 Oct 2025 15:35:05 +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: 54895fde-eb72-455a-a9b2-a1658216a832 X-Archives-Hash: c16604eb489857493207a363ff1d4f6e commit: b5be568d22f3a009862f94c3bf7ac085ee640df5 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 4 15:30:36 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 4 15:35:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5be568d dev-python/openapi-core: Use EPYTEST_PLUGINS Signed-off-by: Michał Górny gentoo.org> dev-python/openapi-core/openapi-core-0.19.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/openapi-core/openapi-core-0.19.5-r1.ebuild b/dev-python/openapi-core/openapi-core-0.19.5-r1.ebuild index 45c6dd0993c0..596c3db0e318 100644 --- a/dev-python/openapi-core/openapi-core-0.19.5-r1.ebuild +++ b/dev-python/openapi-core/openapi-core-0.19.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 pypi @@ -41,7 +41,6 @@ BDEPEND=" >=dev-python/aioitertools-0.11.0[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] >=dev-python/httpx-0.24.0[${PYTHON_USEDEP}] - >=dev-python/pytest-aiohttp-1.0.4[${PYTHON_USEDEP}] dev-python/responses[${PYTHON_USEDEP}] >=dev-python/starlette-0.26.1[${PYTHON_USEDEP}] dev-python/strict-rfc3339[${PYTHON_USEDEP}] @@ -49,6 +48,7 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=( pytest-{aiohttp,asyncio} ) distutils_enable_tests pytest EPYTEST_IGNORE=(