summaryrefslogtreecommitdiff
path: root/dev-python/elastic-transport
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-20 18:51:13 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-20 18:51:13 +0000
commit93c2eb592a687aeb5e106a73d67b4bcd632214bf (patch)
tree0985bac1bcdc0a3dfe345b387369643b8ee348be /dev-python/elastic-transport
parent2d1a6e9b4457a150b8bb03fc6475ba7346f7bcaf (diff)
downloadbaldeagleos-repo-93c2eb592a687aeb5e106a73d67b4bcd632214bf.tar.gz
baldeagleos-repo-93c2eb592a687aeb5e106a73d67b4bcd632214bf.tar.xz
baldeagleos-repo-93c2eb592a687aeb5e106a73d67b4bcd632214bf.zip
Adding metadata
Diffstat (limited to 'dev-python/elastic-transport')
-rw-r--r--dev-python/elastic-transport/elastic-transport-8.15.1.ebuild7
1 files 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 f077c8943766..a8e9a83d346d 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