python3Packages.slack-sdk: disable tests that require network access (#458917)
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
sqlalchemy,
|
||||
websocket-client,
|
||||
websockets,
|
||||
writableTmpDirAsHomeHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -52,8 +51,12 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# Requires internet access (to slack API)
|
||||
"test_start_raises_an_error_if_rtm_ws_url_is_not_returned"
|
||||
# Requires network access: [Errno 111] Connection refused
|
||||
"test_send_message_while_disconnection"
|
||||
"TestWebClient_HttpRetry"
|
||||
"test_issue_690_oauth_access"
|
||||
"test_issue_690_oauth_v2_access"
|
||||
"test_error_response"
|
||||
"test_issue_1441_mixing_user_and_bot_installations"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user