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.
This commit is contained in:
parent
14b0b5a45e
commit
c782781566
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user