From ed0eb833f76e356fe3252b23c2bb206215406f89 Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Wed, 25 Feb 2026 20:39:24 +0100 Subject: [PATCH] Add integration tests' aliases file for uv_python module --- tests/integration/targets/uv_python/aliases | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/integration/targets/uv_python/aliases diff --git a/tests/integration/targets/uv_python/aliases b/tests/integration/targets/uv_python/aliases new file mode 100644 index 0000000000..75a75a8786 --- /dev/null +++ b/tests/integration/targets/uv_python/aliases @@ -0,0 +1,9 @@ +# Copyright (c) Ansible Project +# 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 + +uv_python +uv +python +skip/python2 +skip/windows \ No newline at end of file