From 58616656cee565adb34e6cba3c70c019e7db3470 Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Fri, 6 Mar 2026 15:17:26 +0000 Subject: [PATCH] Remove unecessary integration test for uv_python --- tests/integration/targets/uv_python/tasks/main.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tests/integration/targets/uv_python/tasks/main.yaml b/tests/integration/targets/uv_python/tasks/main.yaml index 8ebfdbbea2..1453b51a29 100644 --- a/tests/integration/targets/uv_python/tasks/main.yaml +++ b/tests/integration/targets/uv_python/tasks/main.yaml @@ -8,19 +8,6 @@ # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later -- name: Install Python 3.14 when no uv executable exists - uv_python: - version: 3.14 - state: present - check_mode: true - register: failed_install - ignore_errors: true - -- name: Verify Python 3.14 installation failed - assert: - that: - - failed_install.failed is true - - name: Install uv shell: | curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.10.5/uv-installer.sh | sh