commit: a15cb664fed21d349f9b36d1d2fc7ce91fceb5e2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Feb 5 07:15:11 2026 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Feb 5 08:01:13 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15cb664
net-misc/yt-dlp: skip failing cookie parsing test for now Not skipping in 9999 given believe this issue will be short lived and won't need this next bump. Closes: https://bugs.gentoo.org/969632 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> net-misc/yt-dlp/yt-dlp-2026.02.04.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/yt-dlp/yt-dlp-2026.02.04.ebuild b/net-misc/yt-dlp/yt-dlp-2026.02.04.ebuild index 846089bdb604..dfa71364638f 100644 --- a/net-misc/yt-dlp/yt-dlp-2026.02.04.ebuild +++ b/net-misc/yt-dlp/yt-dlp-2026.02.04.ebuild @@ -68,6 +68,8 @@ python_compile() { python_test() { local EPYTEST_DESELECT=( + # fails with >=python-3.13.12, bug #969632 + test/test_cookies.py::TestLenientSimpleCookie::test_parsing # fails with FEATURES=network-sandbox test/test_networking.py::TestHTTPRequestHandler::test_connect_timeout # fails with FEATURES=distcc, bug #915614
