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 1F0E915802E for ; Fri, 28 Jun 2024 11:12:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CED4E2B84; Fri, 28 Jun 2024 11:12:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11AECE2B84 for ; Fri, 28 Jun 2024 11:12:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B5C133C84E for ; Fri, 28 Jun 2024 11:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACF81154E for ; Fri, 28 Jun 2024 11:12:21 +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: <1719573131.6e5e9c2daef5d0a32e5bf0ffa34d86869938c318.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycurl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycurl/pycurl-7.45.3.ebuild X-VCS-Directories: dev-python/pycurl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6e5e9c2daef5d0a32e5bf0ffa34d86869938c318 X-VCS-Branch: master Date: Fri, 28 Jun 2024 11:12:21 +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: 25a36755-b16c-4684-afae-c7cbda3529bd X-Archives-Hash: a091173a23f702723f3486845d4d205c commit: 6e5e9c2daef5d0a32e5bf0ffa34d86869938c318 Author: Michał Górny gentoo org> AuthorDate: Fri Jun 28 09:30:56 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 28 11:12:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5e9c2d dev-python/pycurl: Deselect tests broken by curl-8.8.0 Signed-off-by: Michał Górny gentoo.org> dev-python/pycurl/pycurl-7.45.3.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/pycurl/pycurl-7.45.3.ebuild b/dev-python/pycurl/pycurl-7.45.3.ebuild index 8b71e3efc9af..e31d2575dfa7 100644 --- a/dev-python/pycurl/pycurl-7.45.3.ebuild +++ b/dev-python/pycurl/pycurl-7.45.3.ebuild @@ -81,6 +81,10 @@ python_test() { # TODO tests/option_constants_test.py::OptionConstantsTest::test_proxy_tlsauth tests/option_constants_test.py::OptionConstantsTest::test_socks5_gssapi_nec_setopt + # curl 8.8.0+ + tests/memory_mgmt_test.py::MemoryMgmtTest::test_ioctlfunction_collection + tests/option_constants_test.py::OptionConstantsTest::test_krb4level + tests/option_constants_test.py::OptionConstantsTest::test_krblevel ) epytest -p flaky tests