diff --git a/net-misc/yt-dlp/yt-dlp-2025.02.19.ebuild b/net-misc/yt-dlp/yt-dlp-2025.02.19.ebuild index db37821e73bc8..9b9eb962a8691 100644 --- a/net-misc/yt-dlp/yt-dlp-2025.02.19.ebuild +++ b/net-misc/yt-dlp/yt-dlp-2025.02.19.ebuild @@ -34,10 +34,10 @@ python_test() { test/test_networking.py::TestHTTPRequestHandler::test_connect_timeout # fails with FEATURES=distcc, bug #915614 test/test_networking.py::TestYoutubeDLNetworking::test_proxy\[None-expected2\] - # needs (optional) websockets-15 which is not stable yet, and - # it is not considered a big issue if websockets tests fails - # as not even advertised as a optfeature, so just skip for now - test/test_websockets.py::TestWebsSocketRequestHandlerConformance::test_verify_cert\[Websockets\] + # websockets tests break easily depending on dev-python/websockets + # version and, as far as I know, most users do not use/need it -- + # thus being neither in RDEPEND nor optfeature (bug #940630,#950030) + test/test_websockets.py ) epytest -m 'not download' diff --git a/net-misc/yt-dlp/yt-dlp-9999.ebuild b/net-misc/yt-dlp/yt-dlp-9999.ebuild index e6e7a5d4cb476..5e48f1d170d0e 100644 --- a/net-misc/yt-dlp/yt-dlp-9999.ebuild +++ b/net-misc/yt-dlp/yt-dlp-9999.ebuild @@ -41,6 +41,10 @@ python_test() { test/test_networking.py::TestHTTPRequestHandler::test_connect_timeout # fails with FEATURES=distcc, bug #915614 test/test_networking.py::TestYoutubeDLNetworking::test_proxy\[None-expected2\] + # websockets tests break easily depending on dev-python/websockets + # version and, as far as I know, most users do not use/need it -- + # thus being neither in RDEPEND nor optfeature (bug #940630,#950030) + test/test_websockets.py ) epytest -m 'not download'