nixosTests.thelounge: migrate to runTest (#555635)

This commit is contained in:
Yohann Boniface
2026-08-24 20:05:29 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1792,7 +1792,7 @@ in
terminal-emulators = handleTest ./terminal-emulators.nix { };
test-containers-bittorrent = runTest ./test-containers-bittorrent.nix;
thanos = runTest ./thanos.nix;
thelounge = handleTest ./thelounge.nix { };
thelounge = runTest ./thelounge.nix;
tiddlywiki = runTest ./tiddlywiki.nix;
tigervnc = handleTest ./tigervnc.nix { };
tika = runTest ./tika.nix;

View File

@@ -1,4 +1,4 @@
import ./make-test-python.nix {
{
name = "thelounge";
nodes = {