Skip to content

Commit

Permalink
dev-python/elastic-transport: update filtered tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alfred Wingate <[email protected]>
Closes: gentoo#39789
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
parona-source authored and mgorny committed Dec 20, 2024
1 parent 2e3a691 commit adf2ba2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev-python/elastic-transport/elastic-transport-8.15.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adf2ba2

Please sign in to comment.