Skip irctest on pypy-3.9

For some reason, it takes a whole hour to run
This commit is contained in:
Val Lorentz 2022-12-28 23:15:30 +01:00 committed by GitHub
parent ef960befa3
commit f5d39b0be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ jobs:
supybot-test test -v --plugins-dir=./plugins/ --no-network supybot-test test -v --plugins-dir=./plugins/ --no-network
- name: Test with irctest - 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: | run: |
git clone https://github.com/ProgVal/irctest.git git clone https://github.com/ProgVal/irctest.git
cd irctest cd irctest