1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

ci: install version 3.35.5 of schemathesis

This fixes the CI as schemathesis 3.36.0 has a regression on ignored_auth
check (https://github.com/schemathesis/schemathesis/issues/2462).
This commit is contained in:
Sébastien Helleu
2024-09-19 08:30:09 +02:00
parent fc16a4c141
commit 2b702f21d3
+1 -1
View File
@@ -162,7 +162,7 @@ jobs:
env:
RELAY_PASSWORD: test
run: |
sudo -H pip3 install --ignore-installed schemathesis
sudo -H pip3 install --ignore-installed schemathesis==3.35.5
weechat-headless \
--dir /tmp/weechat-test-api \
--run-command '/set relay.network.password "${{ env.RELAY_PASSWORD }}"' \