diff options
author | makefu <github@syntax-fehler.de> | 2022-09-24 10:53:56 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-09-24 10:53:56 +0200 |
commit | 90596407c9d7b39b1a941b64cc33e1d43b0b957a (patch) | |
tree | 651aacbd087c87e20f63755cf7d3e470f6880125 /makefu/5pkgs | |
parent | d33f84cdbefe4e4df9a2df3eb4e537f961b86250 (diff) |
ma pkgs.mediawiki-matrix-bot: disable tests completely
Diffstat (limited to 'makefu/5pkgs')
-rw-r--r-- | makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix b/makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix index 69a906869..421cb76f2 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 #]; |