summaryrefslogtreecommitdiff
path: root/net-misc/yt-dlp/yt-dlp-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/yt-dlp/yt-dlp-9999.ebuild')
-rw-r--r--net-misc/yt-dlp/yt-dlp-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-misc/yt-dlp/yt-dlp-9999.ebuild b/net-misc/yt-dlp/yt-dlp-9999.ebuild
index bbe29b97b747..6aaa5b48ebc5 100644
--- a/net-misc/yt-dlp/yt-dlp-9999.ebuild
+++ b/net-misc/yt-dlp/yt-dlp-9999.ebuild
@@ -46,6 +46,8 @@ python_compile() {
python_test() {
local EPYTEST_DESELECT=(
+ # fails with FEATURES=network-sandbox
+ test/test_networking.py::TestHTTPRequestHandler::test_connect_timeout
# fails with FEATURES=distcc, bug #915614
test/test_networking.py::TestYoutubeDLNetworking::test_proxy\[None-expected2\]
)