From 90596407c9d7b39b1a941b64cc33e1d43b0b957a Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 24 Sep 2022 10:53:56 +0200 Subject: ma pkgs.mediawiki-matrix-bot: disable tests completely --- makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix b/makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix index 69a90686..421cb76f 100644 --- a/makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix +++ b/makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix @@ -16,6 +16,8 @@ buildPythonApplication rec { nativeBuildInputs = [ mypy ]; + + doCheck = false; #checkInputs = [ # types-aiofiles #]; -- cgit v1.2.3