From 11a38b7119c75dd0ec1f8711bc2b0a428cb5d822 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 16 Feb 2026 15:19:04 -0800 Subject: [PATCH] bump irctest to test websockets (#2331) Install python3-websockets for irctest in CI. This won't actually work as expected until Ubuntu 26.04. --- .github/workflows/build.yml | 2 +- irctest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6399379c..43db05aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: with: go-version: "1.26" - name: "install python3-pytest" - run: "sudo apt install -y python3-pytest" + run: "sudo apt install -y python3-pytest python3-websockets" - name: "make install" run: "make install" - name: "make test" diff --git a/irctest b/irctest index 219ca652..95911406 160000 --- a/irctest +++ b/irctest @@ -1 +1 @@ -Subproject commit 219ca65273489193f54df9d5909aee3b4480c1c5 +Subproject commit 959114063189eac3aaad82a229acbcaeb78fb184