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 <jeremycline@microsoft.com>
This commit is contained in:
Jeremy Cline 2026-04-27 15:46:48 -04:00
commit 9fce8ba796
No known key found for this signature in database

View file

@ -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