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:
David McFarland
2025-08-11 13:19:17 -03:00
parent ab1f3b6127
commit 7e4648b790
-4
View File
@@ -38,10 +38,6 @@ buildDotnetModule rec {
passthru = {
updateScript = ./update.sh;
tests.version = testers.testVersion {
package = audiothekar;
command = "audiothekar-cli --version";
};
};
meta = with lib; {