From ce115f1490e58da5097264f846b5f839ee65d441 Mon Sep 17 00:00:00 2001 From: Lee Garrett Date: Wed, 20 Nov 2024 22:06:15 +0100 Subject: [PATCH] fix integration test pip on Debian --- test/integration/targets/pip/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/pip/tasks/main.yml b/test/integration/targets/pip/tasks/main.yml index b05b04f908b..95ccb117ee7 100644 --- a/test/integration/targets/pip/tasks/main.yml +++ b/test/integration/targets/pip/tasks/main.yml @@ -40,7 +40,7 @@ - name: ensure wheel is installed pip: name: wheel - extra_args: "-c {{ remote_constraints }}" + extra_args: "--break-system-packages -c {{ remote_constraints }}" - include_tasks: pip.yml