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:
parent
1cd3f2a813
commit
9fce8ba796
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue