From 2b702f21d384d68b239f4bedc62fe79effc65a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 19 Sep 2024 08:30:09 +0200 Subject: [PATCH] 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). --- .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 bfed7aad3..af3f731b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}"' \