Unverified Commit c01f25e2 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

errbot: fix build (#432150)

parents 40403389 07446506
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -50,9 +50,6 @@ python3.pkgs.buildPythonApplication rec {
    pytestCheckHook
  ];

  # errbot-backend-slackv3 has not been packaged
  disabledTestPaths = [ "tests/backend_tests/slack_test.py" ];

  disabledTests = [
    # require networking
    "test_backup"