smi: Disable test

Fails to build because it doens't find tests because there's none
This commit is contained in:
Artturin 2024-12-23 22:01:45 +02:00
parent c1b3fac31c
commit 8412c8bf22

View file

@ -52,4 +52,6 @@ buildPythonPackage rec {
pkgs.pre-commit
tools-common
];
dontUsePytestCheck = true; # no tests
}