Revert "ci: Avoid Archlinux' pyqt6 6.1.7-3 which lacks QSignalSpy"

This reverts commit 27e446d26d.
Archlinux now uses a PyQt 6.8 development snapshot.
This commit is contained in:
Florian Bruhin 2024-10-15 00:46:58 +02:00
parent f895c022cb
commit c598cbbc71
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ RUN pacman -Su --noconfirm \
gcc \
libyaml \
xorg-xdpyinfo
{% if unstable and qt6 %}
# WORKAROUND: 6.7.1-3 in [extra-testing] removes QSignalSpy
RUN pacman -U --noconfirm https://mirror.pkgbuild.com/extra/os/x86_64/python-pyqt6-6.7.1-2-x86_64.pkg.tar.zst
{% endif %}
RUN useradd user -u 1001 && \
mkdir /home/user && \