errbot: fix build (#432150)

This commit is contained in:
Yohann Boniface
2025-08-09 08:21:34 +02:00
committed by GitHub
-3
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"