ma pkgs.mediawiki-matrix-bot: disable tests completely
This commit is contained in:
parent
5e82f599bc
commit
50965fb3d0
|
@ -16,6 +16,8 @@ buildPythonApplication rec {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
mypy
|
mypy
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
#checkInputs = [
|
#checkInputs = [
|
||||||
# types-aiofiles
|
# types-aiofiles
|
||||||
#];
|
#];
|
||||||
|
|
Loading…
Reference in a new issue