From 31a32746e238ef2a0f14b0e7a23b6b61c796aa20 Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:44:02 +0000 Subject: [PATCH] added scenario for testing --- test/python/scenarios.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/python/scenarios.json b/test/python/scenarios.json index be37869df..b3051d143 100644 --- a/test/python/scenarios.json +++ b/test/python/scenarios.json @@ -255,5 +255,15 @@ "enableShared": true } } + }, + "update-alternatives_switchable_versions": { + "image": "ubuntu:focal", + "features": { + "python": { + "version": "3.11", + "installTools": true, + "additionalVersions": "3.8,3.9.13,3.10.5" + } + } } } \ No newline at end of file