smi: Disable test
Fails to build because it doens't find tests because there's none
This commit is contained in:
parent
c1b3fac31c
commit
8412c8bf22
|
@ -52,4 +52,6 @@ buildPythonPackage rec {
|
||||||
pkgs.pre-commit
|
pkgs.pre-commit
|
||||||
tools-common
|
tools-common
|
||||||
];
|
];
|
||||||
|
|
||||||
|
dontUsePytestCheck = true; # no tests
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue