python3Packages.slack-sdk: disable tests that require network access

This commit is contained in:
Sarah Clark
2025-11-07 08:42:38 -08:00
parent e0be264bb7
commit a5e50875ca
@@ -13,7 +13,6 @@
sqlalchemy,
websocket-client,
websockets,
writableTmpDirAsHomeHook,
}:
buildPythonPackage rec {
@@ -54,6 +53,14 @@ buildPythonPackage rec {
"test_start_raises_an_error_if_rtm_ws_url_is_not_returned"
# Requires network access: [Errno 111] Connection refused
"test_send_message_while_disconnection"
# [Errno 61] Connection refused
"TestWebClient_HttpRetry"
# ConnectionResetError: [Errno 54] Connection reset by peer
"test_issue_690_oauth_access"
"test_issue_690_oauth_v2_access"
"test_error_response"
# Assertion Error: unexpectedly None (while accessing instance of slack store)
"test_issue_1441_mixing_user_and_bot_installations"
];
disabledTestPaths = [