commit:     adf2ba264b725e9b29aaf72a11882155bb345878
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Dec 20 07:55:14 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39789
Signed-off-by: Michał Górny <mgorny <AT> 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

Reply via email to