From b1657a87352632c874a09bed1c72c89ce15480d1 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 24 Sep 2023 19:55:44 +0200 Subject: [PATCH] Skip irctest on Python 3.7 It's no longer supported --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 695ad1f18..9bbc8dd0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -84,9 +84,9 @@ 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' && matrix.python-version != 'pypy-3.9' }}" + if: "${{ matrix.with-opt-deps && matrix.python-version != '3.7' && matrix.python-version != 'pypy-3.7' && matrix.python-version != 'pypy-3.9' }}" run: | - git clone https://github.com/ProgVal/irctest.git + git clone https://github.com/progval/irctest.git cd irctest pip3 install -r requirements.txt make limnoria PYTEST_ARGS=-vs