Commit 23886ff6 authored by themadbit's avatar themadbit
Browse files

python3Packages.slack-sdk: disable failing test on aarch64-darwin

parent e0860e39
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  aiodns,
  aiohttp,
  aiosqlite,
@@ -57,6 +58,10 @@ buildPythonPackage rec {
    "test_issue_690_oauth_v2_access"
    "test_error_response"
    "test_issue_1441_mixing_user_and_bot_installations"
  ]
  ++ lib.optionals (stdenv.hostPlatform.system == "aarch64-darwin") [
    # ConnectionResetError in webhook test server
    "test_send_dict"
  ];

  disabledTestPaths = [