From 8412c8bf2208544d33c8df4dddec033658eca52d Mon Sep 17 00:00:00 2001 From: Artturin Date: Mon, 23 Dec 2024 22:01:45 +0200 Subject: [PATCH] smi: Disable test Fails to build because it doens't find tests because there's none --- pkgs/smi/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/smi/default.nix b/pkgs/smi/default.nix index d56cd33..9fc2209 100644 --- a/pkgs/smi/default.nix +++ b/pkgs/smi/default.nix @@ -52,4 +52,6 @@ buildPythonPackage rec { pkgs.pre-commit tools-common ]; + + dontUsePytestCheck = true; # no tests }