audiothekar: remove version test
audiothekar-cli is a TUI which doesn't seem to support a --version flag. Currently the test fails in the sandbox because it's trying to connect to a server on the internet.
This commit is contained in:
@@ -38,10 +38,6 @@ buildDotnetModule rec {
|
||||
|
||||
passthru = {
|
||||
updateScript = ./update.sh;
|
||||
tests.version = testers.testVersion {
|
||||
package = audiothekar;
|
||||
command = "audiothekar-cli --version";
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user