forked from mirrors/nixpkgs
nixosTests.run-in-machine: Port to python
This commit is contained in:
parent
d772206c49
commit
965c1785d0
|
@ -3,7 +3,7 @@
|
|||
pkgs ? import ../.. { inherit system config; }
|
||||
}:
|
||||
|
||||
with import ../lib/testing.nix { inherit system pkgs; };
|
||||
with import ../lib/testing-python.nix { inherit system pkgs; };
|
||||
|
||||
let
|
||||
output = runInMachine {
|
||||
|
|
Loading…
Reference in a new issue