Commit df17d7a1 authored by Michael Schneider's avatar Michael Schneider
Browse files

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

parent 49ca3510
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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;