errbot: fix build

This commit is contained in:
yorenapu 2025-08-09 09:47:17 +08:00
parent e9afcce14b
commit 0744650652

View File

@ -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"