From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 137B315ACFB for ; Fri, 14 Apr 2023 21:02:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E130FE0844; Fri, 14 Apr 2023 21:02:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5495E0844 for ; Fri, 14 Apr 2023 21:02:57 +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 B65F2340D48 for ; Fri, 14 Apr 2023 21:02:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43E92A3E for ; Fri, 14 Apr 2023 21:02:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681506091.46f18641662c938a2f3676fa452681048437498e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild X-VCS-Directories: dev-python/sqlalchemy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 46f18641662c938a2f3676fa452681048437498e X-VCS-Branch: master Date: Fri, 14 Apr 2023 21:02:55 +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: 35a65fec-7c42-472b-a129-f8c98de23453 X-Archives-Hash: 89ac202c61281058ef2c8d340ffe55bc commit: 46f18641662c938a2f3676fa452681048437498e Author: Sam James gentoo org> AuthorDate: Fri Apr 14 21:01:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 14 21:01:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f18641 dev-python/sqlalchemy: skip another greenlet test Reported by Dakon. Signed-off-by: Sam James gentoo.org> dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild b/dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild index 0ac2428370ce..69aa41ceaa17 100644 --- a/dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild @@ -71,6 +71,7 @@ python_test() { test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_run_sync "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[False-True]" "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[True-True]" + "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[has_terminate-is_asyncio]" "test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True-_exclusions0]" ) fi