Skip to content

Commit a8dedd3

Browse files
committed
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)
1 parent ee83bfa commit a8dedd3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

nixos/tests/all-tests.nix

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,22 +90,12 @@ let
9090

9191
inherit
9292
(rec {
93-
94-
metaModule = {
95-
_file = "${__curPos.file}##metaModule";
96-
meta = {
97-
# Infra issue: virtualization on darwin doesn't seem to work yet.
98-
hydraPlatforms = platforms.linux;
99-
};
100-
};
101-
10293
doRunTest =
10394
arg:
10495
((import ../lib/testing-python.nix { inherit system pkgs; }).evalTest {
10596
imports = [
10697
arg
10798
readOnlyPkgs
108-
metaModule
10999
];
110100
}).config.result;
111101
findTests =

0 commit comments

Comments
 (0)