From 5066811d637e1aec85dc78a63db95de5e49d95d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Thu, 31 Oct 2024 23:31:17 +0100 Subject: [PATCH] Install `python3` in the `/tests/execute/tty` test --- tests/execute/tty/data/plan.fmf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/execute/tty/data/plan.fmf b/tests/execute/tty/data/plan.fmf index 3efb09889d..4df4020ec1 100644 --- a/tests/execute/tty/data/plan.fmf +++ b/tests/execute/tty/data/plan.fmf @@ -9,6 +9,9 @@ environment: # Exercise prepare and finish as well. We use the very same commands, # just in different steps. prepare: + - how: install + package: python3 + - how: shell script: STEP=prepare ./shell.sh