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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4810815802C for ; Fri, 20 Dec 2024 08:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80F8DE081E; Fri, 20 Dec 2024 08:25:09 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 66E23E081E for ; Fri, 20 Dec 2024 08:25:09 +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 55EB2335D77 for ; Fri, 20 Dec 2024 08:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6F7CEB9 for ; Fri, 20 Dec 2024 08:25:06 +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: <1734683071.adf2ba264b725e9b29aaf72a11882155bb345878.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elastic-transport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/elastic-transport/elastic-transport-8.15.1.ebuild X-VCS-Directories: dev-python/elastic-transport/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: adf2ba264b725e9b29aaf72a11882155bb345878 X-VCS-Branch: master Date: Fri, 20 Dec 2024 08:25:06 +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: b7d4a466-c1a1-4894-ac52-6fac0e7a4dfa X-Archives-Hash: 3599bef05f995345aefd1c0a7e809fbe commit: adf2ba264b725e9b29aaf72a11882155bb345878 Author: Alfred Wingate protonmail com> AuthorDate: Fri Dec 20 07:55:14 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 20 08:24:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf2ba26 dev-python/elastic-transport: update filtered tests Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39789 Signed-off-by: Michał Górny gentoo.org> dev-python/elastic-transport/elastic-transport-8.15.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/elastic-transport/elastic-transport-8.15.1.ebuild b/dev-python/elastic-transport/elastic-transport-8.15.1.ebuild index 7baed2f36679..c4cf92574f96 100644 --- a/dev-python/elastic-transport/elastic-transport-8.15.1.ebuild +++ b/dev-python/elastic-transport/elastic-transport-8.15.1.ebuild @@ -53,9 +53,10 @@ distutils_enable_tests pytest python_test() { local EPYTEST_DESELECT=( - # Fails in upstream CI as well as of 8.13.1 - # https://github.com/elastic/elastic-transport-python/commit/39488817cd5da824101322e40652d17938f0acac - tests/node/test_tls_versions.py::test_unsupported_tls_versions[https://tls-v1-2.badssl.com:1012-772-RequestsHttpNode] + # >=aiohttp-3.11 throws DeprecationWarning which cannot be filtered for this test + # https://github.com/aio-libs/aiohttp/pull/9726 + # https://github.com/elastic/elastic-transport-python/pull/61 + tests/async_/test_httpserver.py::test_simple_request # fragile to random warnings tests/node/test_http_aiohttp.py::TestAiohttpHttpNode::test_uses_https_if_verify_certs_is_off tests/node/test_urllib3_chain_certs.py::test_assert_fingerprint_in_cert_chain