Commit 07446506 authored by yorenapu's avatar yorenapu
Browse files

errbot: fix build

parent e9afcce1
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"