From 6215a5efb1b4175972147191a785faf96061f178 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Thu, 14 Dec 2023 12:14:04 +0100
Subject: [PATCH] python/elastic-transport: update to 8.11.0

---
 components/python/elastic-transport/test/results-all.master |   36 +++++++++++++++++++-----------------
 1 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/components/python/elastic-transport/test/results-all.master b/components/python/elastic-transport/test/results-all.master
index c96c0cc..94694ed 100644
--- a/components/python/elastic-transport/test/results-all.master
+++ b/components/python/elastic-transport/test/results-all.master
@@ -4,7 +4,7 @@
 rootdir: $(@D)
 configfile: setup.cfg
 asyncio: mode=strict
-collecting ... collected 412 items
+collecting ... collected 414 items
 
 tests/async_/test_async_transport.py::test_async_transport_httpbin PASSED
 tests/async_/test_async_transport.py::test_body_bytes_get_passed_untouched PASSED
@@ -220,6 +220,8 @@
 tests/test_client_utils.py::test_url_to_node_config[http://localhost:3002-http://localhost:3002-] PASSED
 tests/test_client_utils.py::test_url_to_node_config[http://localhost:3002/url-prefix/-http://localhost:3002/url-prefix-/url-prefix] PASSED
 tests/test_client_utils.py::test_url_to_node_config[https://[::1]:0/-https://[::1]:0-] PASSED
+tests/test_client_utils.py::test_url_to_node_config[https://localhost-https://localhost:443-] PASSED
+tests/test_client_utils.py::test_url_to_node_config[https://localhost/url-prefix-https://localhost:443/url-prefix-/url-prefix] PASSED
 tests/test_client_utils.py::test_url_to_node_config_error_missing_component[[::1]/url-prefix/] PASSED
 tests/test_client_utils.py::test_url_to_node_config_error_missing_component[[::1]:3002/url-prefix] PASSED
 tests/test_client_utils.py::test_url_to_node_config_error_missing_component[[::1]:3002] PASSED
@@ -421,65 +423,65 @@
 
 =============================== warnings summary ===============================
 tests/async_/test_async_transport.py::test_kwargs_passed_on_to_node_pool
-  tests/async_/test_async_transport.py:115: PytestWarning: The test <Function test_kwargs_passed_on_to_node_pool> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/async_/test_async_transport.py:115: PytestWarning: The test <Function test_kwargs_passed_on_to_node_pool> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     def test_kwargs_passed_on_to_node_pool():
 
 tests/async_/test_async_transport.py::test_transport_and_node_are_async[urllib3]
-  tests/async_/test_async_transport.py:350: PytestWarning: The test <Function test_transport_and_node_are_async[urllib3]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/async_/test_async_transport.py:350: PytestWarning: The test <Function test_transport_and_node_are_async[urllib3]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @pytest.mark.parametrize(
 
 tests/async_/test_async_transport.py::test_transport_and_node_are_async[requests]
-  tests/async_/test_async_transport.py:350: PytestWarning: The test <Function test_transport_and_node_are_async[requests]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/async_/test_async_transport.py:350: PytestWarning: The test <Function test_transport_and_node_are_async[requests]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @pytest.mark.parametrize(
 
 tests/async_/test_async_transport.py::test_transport_and_node_are_async[Urllib3HttpNode]
-  tests/async_/test_async_transport.py:350: PytestWarning: The test <Function test_transport_and_node_are_async[Urllib3HttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/async_/test_async_transport.py:350: PytestWarning: The test <Function test_transport_and_node_are_async[Urllib3HttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @pytest.mark.parametrize(
 
 tests/async_/test_async_transport.py::test_transport_and_node_are_async[RequestsHttpNode]
-  tests/async_/test_async_transport.py:350: PytestWarning: The test <Function test_transport_and_node_are_async[RequestsHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/async_/test_async_transport.py:350: PytestWarning: The test <Function test_transport_and_node_are_async[RequestsHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @pytest.mark.parametrize(
 
 tests/node/test_http_aiohttp.py::test_repr
-  tests/node/test_http_aiohttp.py:368: PytestWarning: The test <Function test_repr> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/node/test_http_aiohttp.py:368: PytestWarning: The test <Function test_repr> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     def test_repr():
 
 tests/node/test_tls_versions.py::test_ssl_version_value_error[0-AiohttpHttpNode]
-  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[0-AiohttpHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[0-AiohttpHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @node_classes
 
 tests/node/test_tls_versions.py::test_ssl_version_value_error[0-Urllib3HttpNode]
-  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[0-Urllib3HttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[0-Urllib3HttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @node_classes
 
 tests/node/test_tls_versions.py::test_ssl_version_value_error[0-RequestsHttpNode]
-  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[0-RequestsHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[0-RequestsHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @node_classes
 
 tests/node/test_tls_versions.py::test_ssl_version_value_error[TLSv1-AiohttpHttpNode]
-  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[TLSv1-AiohttpHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[TLSv1-AiohttpHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @node_classes
 
 tests/node/test_tls_versions.py::test_ssl_version_value_error[TLSv1-Urllib3HttpNode]
-  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[TLSv1-Urllib3HttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[TLSv1-Urllib3HttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @node_classes
 
 tests/node/test_tls_versions.py::test_ssl_version_value_error[TLSv1-RequestsHttpNode]
-  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[TLSv1-RequestsHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[TLSv1-RequestsHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @node_classes
 
 tests/node/test_tls_versions.py::test_ssl_version_value_error[ssl_version2-AiohttpHttpNode]
-  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[ssl_version2-AiohttpHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[ssl_version2-AiohttpHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @node_classes
 
 tests/node/test_tls_versions.py::test_ssl_version_value_error[ssl_version2-Urllib3HttpNode]
-  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[ssl_version2-Urllib3HttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[ssl_version2-Urllib3HttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @node_classes
 
 tests/node/test_tls_versions.py::test_ssl_version_value_error[ssl_version2-RequestsHttpNode]
-  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[ssl_version2-RequestsHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
+  tests/node/test_tls_versions.py:124: PytestWarning: The test <Function test_ssl_version_value_error[ssl_version2-RequestsHttpNode]> is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
     @node_classes
 
 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
 
-======== 400 passed, 10 skipped, 2 xfailed, 15 warnings ========
+======== 402 passed, 10 skipped, 2 xfailed, 15 warnings ========

--
Gitblit v1.9.3