commit:     cb56d3cb7e4aa8442e3c639555a80c5d5a9a7b89
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 07:22:41 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 31 07:31:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb56d3cb

dev-python/aiohttp: Deselect failing tests

Closes: https://bugs.gentoo.org/907062
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/aiohttp/aiohttp-3.8.4.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/aiohttp/aiohttp-3.8.4.ebuild 
b/dev-python/aiohttp/aiohttp-3.8.4.ebuild
index 54bde3f2a207..21b9fdf4a576 100644
--- a/dev-python/aiohttp/aiohttp-3.8.4.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.8.4.ebuild
@@ -86,6 +86,10 @@ python_test() {
        local EPYTEST_DESELECT=(
                # Internet
                tests/test_client_session.py::test_client_session_timeout_zero
+               # broken by irrelevant deprecation warnings
+               tests/test_circular_imports.py::test_no_warnings
+               # TODO
+               tests/test_client_session.py::test_request_tracing_url_params
        )
 
        case ${EPYTHON} in

Reply via email to