mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixosTests: fix missing imports
This commit is contained in:
parent
f99f026911
commit
73789d37d6
4 changed files with 5 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
|||
};
|
||||
|
||||
testScript = ''
|
||||
import os
|
||||
|
||||
# prepare certificates
|
||||
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@
|
|||
};
|
||||
|
||||
testScript = ''
|
||||
import os
|
||||
|
||||
# prepare certificates
|
||||
|
||||
|
|
|
|||
|
|
@ -69,6 +69,8 @@
|
|||
};
|
||||
};
|
||||
testScript = ''
|
||||
import os
|
||||
|
||||
# Helpers
|
||||
def cmd(command):
|
||||
print(f"+{command}")
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@ import ../make-test-python.nix (
|
|||
};
|
||||
|
||||
testScript = ''
|
||||
import os
|
||||
import shlex
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue