From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 38BBD158004 for ; Wed, 26 Jun 2024 12:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63834E2B2A; Wed, 26 Jun 2024 12:59:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 45EB3E2B2A for ; Wed, 26 Jun 2024 12:59:35 +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 856AD342FA3 for ; Wed, 26 Jun 2024 12:59:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6FD91D50 for ; Wed, 26 Jun 2024 12:59:32 +0000 (UTC) From: "Kyle Elbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kyle Elbert" Message-ID: <1719406769.a7c48bb44bd31c2c51c328506053d7a0542ce266.kcelbert@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cloudflare/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/cloudflare/cloudflare-3.0.1.ebuild X-VCS-Directories: dev-python/cloudflare/ X-VCS-Committer: kcelbert X-VCS-Committer-Name: Kyle Elbert X-VCS-Revision: a7c48bb44bd31c2c51c328506053d7a0542ce266 X-VCS-Branch: dev Date: Wed, 26 Jun 2024 12:59:32 +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: 5672bc31-df71-490d-b62d-44f08a3b8a26 X-Archives-Hash: 20f3fb2964e530c92253c974fb315b39 commit: a7c48bb44bd31c2c51c328506053d7a0542ce266 Author: Kyle Elbert gmail com> AuthorDate: Wed Jun 26 12:57:26 2024 +0000 Commit: Kyle Elbert gmail com> CommitDate: Wed Jun 26 12:59:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7c48bb4 dev-python/cloudflare: disabled intermittently failing tests on 3.12 also Signed-off-by: Kyle Elbert gmail.com> dev-python/cloudflare/cloudflare-3.0.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/cloudflare/cloudflare-3.0.1.ebuild b/dev-python/cloudflare/cloudflare-3.0.1.ebuild index f9cb3d28e..73d91f5e4 100644 --- a/dev-python/cloudflare/cloudflare-3.0.1.ebuild +++ b/dev-python/cloudflare/cloudflare-3.0.1.ebuild @@ -68,12 +68,10 @@ python_test() { local EPYTEST_DESELECT=( tests/test_client.py::TestCloudflare::test_validate_headers tests/test_client.py::TestAsyncCloudflare::test_validate_headers ) - if [ "${EPYTHON}" == "python3.11" ]; then - #fails due to slight memory leak + #intermittently fail for unknown reasons, passed along to upstream EPYTEST_DESELECT+=( tests/test_client.py::TestAsyncCloudflare::test_copy_build_request tests/test_client.py::TestCloudflare::test_copy_build_request ) - fi epytest }