Update LISA to 20260521.1

Signed-off-by: Jeremy Cline <jeremycline@microsoft.com>
This commit is contained in:
Jeremy Cline 2026-06-10 11:10:13 -04:00
commit faf71a4c50
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ RUN cd /srv/fedora-image-uploader-messages && hatchling build -d /srv/dist/ --ta
# Currently LISA isn't on PyPI, but I'm working on it
RUN git clone https://github.com/microsoft/lisa.git /srv/lisa
WORKDIR /srv/lisa
RUN git checkout 20260330.1 && \
RUN git checkout 20260521.1 && \
git config --global user.email "cloud@lists.fedoraproject.org" && \
git config --global user.name "Fedora Cloud SIG" && \
sed -i 's/PyGObject <= 3.50.0/PyGObject <= 3.55.0/g' pyproject.toml && \