container driver: add wait_until_succeeds

This commit is contained in:
Jörg Thalheim
2024-09-24 12:24:27 +02:00
parent 44e17e9ee6
commit 419da827ae
3 changed files with 395 additions and 5 deletions

View File

@@ -5,6 +5,8 @@
setuptools,
util-linux,
systemd,
colorama,
junit-xml,
}:
buildPythonApplication {
pname = "test-driver";
@@ -12,6 +14,8 @@ buildPythonApplication {
propagatedBuildInputs = [
util-linux
systemd
colorama
junit-xml
] ++ extraPythonPackages python3Packages;
nativeBuildInputs = [ setuptools ];
format = "pyproject";