From 9fce8ba796c86957834b63523e4dab23152b9ca9 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Mon, 27 Apr 2026 15:46:48 -0400 Subject: [PATCH] fedora-image-tester: Tweak requires to fix the container build If we list the git repo installing a wheel of this package fails. We have some silly work-arounds for LISA not being on PyPI (but really really need to go chase that down). Signed-off-by: Jeremy Cline --- fedora-image-tester/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fedora-image-tester/pyproject.toml b/fedora-image-tester/pyproject.toml index bda2201..e2bf9b7 100644 --- a/fedora-image-tester/pyproject.toml +++ b/fedora-image-tester/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "fedfind", "fedora-messaging", "fedora-image-uploader-messages", - "mslisa[azure,aws] @ git+https://github.com/microsoft/lisa.git", + "mslisa[azure,aws]", ] [project.optional-dependencies] @@ -37,6 +37,7 @@ allow-direct-references = true features = ["test"] extra-dependencies = [ "fedora-image-uploader-messages @ {root:uri}/../fedora-image-uploader-messages", + "mslisa[azure,aws] @ git+https://github.com/microsoft/lisa.git", ] # mslisa pins pluggy<0.14 which conflicts with the pluggy>=1.4 required by