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

ci: force version 3.39.16 of schemathesis

Version 4.0.0 of schemathesis brings major breaking changes, the API tests with
this version will be changed on main branch only.
This commit is contained in:
Sébastien Helleu
2025-06-22 09:36:06 +02:00
parent 3a954405d7
commit d4b15ea432
+1 -1
View File
@@ -163,7 +163,7 @@ jobs:
env:
RELAY_PASSWORD: test
run: |
pipx install schemathesis
pipx install schemathesis==3.39.16
weechat-headless \
--dir /tmp/weechat-test-api \
--run-command '/set relay.network.password "${{ env.RELAY_PASSWORD }}"' \