nixos/test-driver: add remaining tests to passthru.tests

This commit is contained in:
Michael Schneider
2026-04-17 12:35:06 +01:00
parent 49ca3510d0
commit df17d7a149
+2 -3
View File
@@ -67,9 +67,8 @@ buildPythonApplication {
tesseract4
];
passthru.tests = {
inherit (nixosTests.nixos-test-driver) driver-timeout;
};
# containers test requires extra nix features that are not available in ofborg.
passthru.tests = removeAttrs nixosTests.nixos-test-driver [ "containers" ];
doCheck = true;