tox: Make -qt5 explicit for docker builds

Not needed on CI for a reason I don't quite understand, but needed locally for things to run.
This commit is contained in:
Florian Bruhin 2023-10-17 10:02:05 +02:00
parent 9d9f892ded
commit a794c87e9b
1 changed files with 1 additions and 1 deletions

View File

@ -68,4 +68,4 @@ WORKDIR /home/user
CMD git clone /outside qutebrowser.git && \
cd qutebrowser.git && \
tox -e {% if qt6 %}py-qt6{% else %}py{% endif %}
tox -e {% if qt6 %}py-qt6{% else %}py-qt5{% endif %}