From a4c131cad97bcc70cc451018d53a38b8384d1992 Mon Sep 17 00:00:00 2001 From: Mike Russell Date: Fri, 23 Jan 2026 09:07:35 -0800 Subject: [PATCH] fix: Issue 160 * pin setuptools * tests run but issue is `Refrain from using this package or pin to Setuptools<81` * remove duplicates (requests, pyyaml) Resolves: fix/harvester-baremetal-ansible-issue-160 Relates to: https://github.com/harvester/harvester-baremetal-ansible/issues/160 Signed-off-by: Mike Russell --- test-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 187eea8df..62ecc4dee 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,6 @@ pytest-json-report pytest-dependency jinja2 bcrypt -requests paramiko pycryptodome sshpubkeys @@ -19,8 +18,8 @@ scp requests urllib3 lxml -pyyaml pdoc3 +setuptools < 69 tox dataclasses; python_version < '3.7' -e ./apiclient