Unverified Commit 1cd60ef6 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixosTests.davis: migrate to runTest (#394468)

parents 6ef6cf91 2789e7a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ in {
  darling = handleTest ./darling.nix {};
  darling-dmg = runTest ./darling-dmg.nix;
  dae = handleTest ./dae.nix {};
  davis = handleTest ./davis.nix {};
  davis = runTest ./davis.nix;
  db-rest = handleTest ./db-rest.nix {};
  dconf = handleTest ./dconf.nix {};
  ddns-updater = handleTest ./ddns-updater.nix {};
+47 −50
Original line number Diff line number Diff line
import ./make-test-python.nix (
  { lib, pkgs, ... }:

{ pkgs, ... }:
{
  name = "davis";

@@ -56,4 +54,3 @@ import ./make-test-python.nix (
        )
  '';
}
)