[elbe-devel] [PATCH 1/9] test_xml: test_pbuilder_build: make sure initvm is available

Thomas Weißschuh thomas.weissschuh at linutronix.de
Fri Jun 21 14:22:44 CEST 2024


Add an explicit dependency on the initvm to make sure it is available.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 elbepack/tests/test_xml.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elbepack/tests/test_xml.py b/elbepack/tests/test_xml.py
index a305234930b2..b3586761e245 100644
--- a/elbepack/tests/test_xml.py
+++ b/elbepack/tests/test_xml.py
@@ -63,7 +63,7 @@ def test_simple_build(simple_build, check_build):
 
 @pytest.mark.slow
 @parametrize_xml_test_files('xml', 'pbuilder')
-def test_pbuilder_build(xml, tmp_path, request):
+def test_pbuilder_build(initvm, xml, tmp_path, request):
     build_dir = tmp_path
     prj = build_dir / 'uuid.prj'
 

-- 
2.45.2



More information about the elbe-devel mailing list