From f5d39b0be2d1a0546fd649ca9f0c9ec8ee25e4b4 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Wed, 28 Dec 2022 23:15:30 +0100 Subject: [PATCH] Skip irctest on pypy-3.9 For some reason, it takes a whole hour to run --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5062a2c24..c3f661534 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,7 +86,7 @@ jobs: supybot-test test -v --plugins-dir=./plugins/ --no-network - name: Test with irctest - if: "${{ matrix.with-opt-deps && matrix.python-version != 'pypy-3.7' }}" + if: "${{ matrix.with-opt-deps && matrix.python-version != 'pypy-3.7' && matrix.python-version != 'pypy-3.9' }}" run: | git clone https://github.com/ProgVal/irctest.git cd irctest