From d4b15ea43281dd87f60fe618c81cfa618ad04649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 22 Jun 2025 09:36:06 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c538eb872..b1bcefdf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}"' \