From c782781566c601701e710f2bba0288d523011de6 Mon Sep 17 00:00:00 2001 From: Emily Date: Sun, 22 Sep 2024 19:57:57 +0100 Subject: [PATCH] onboard: remove unused nose dependency These tests have never been enabled since the package was added in 2017. It should be possible to get them running with pytest, but I gave up after a few minutes. --- pkgs/applications/misc/onboard/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/onboard/default.nix b/pkgs/applications/misc/onboard/default.nix index 2fcaa7f4c48a..0ebe02881003 100644 --- a/pkgs/applications/misc/onboard/default.nix +++ b/pkgs/applications/misc/onboard/default.nix @@ -121,10 +121,10 @@ python3.pkgs.buildPythonApplication rec { hunspellDicts.en-us hunspellDicts.es-es hunspellDicts.it-it - - python3.pkgs.nose ]; + # Tests have never been enabled, and upstream uses nose as a test + # runner (though not as a library). doCheck = false; preBuild = ''