onboard: remove unused nose dependency (#343785)

This commit is contained in:
Sandro
2024-09-23 11:45:29 +02:00
committed by GitHub
+2 -2
View File
@@ -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 = ''