Commit a8dedd3d authored by Robert Hensing's avatar Robert Hensing
Browse files

nixos/all-tests: Rely on general hydraPlatforms override

It is documented to be about `hydra.nixos.org`, so this is actually
acceptable.
If your own hydra can do it, you may set `meta.hydraPlatforms` in
your tests if you want that. (e.g. set it in a common module that's
imported in all your tests)
parent ee83bfa8
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -90,22 +90,12 @@ let

  inherit
    (rec {

      metaModule = {
        _file = "${__curPos.file}##metaModule";
        meta = {
          # Infra issue: virtualization on darwin doesn't seem to work yet.
          hydraPlatforms = platforms.linux;
        };
      };

      doRunTest =
        arg:
        ((import ../lib/testing-python.nix { inherit system pkgs; }).evalTest {
          imports = [
            arg
            readOnlyPkgs
            metaModule
          ];
        }).config.result;
      findTests =