mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixosTests: fix missing imports
This commit is contained in:
committed by
Jacek Galowicz
parent
f99f026911
commit
73789d37d6
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user