mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-22 02:19:24 +01:00
Skip irctest on Python 3.7
It's no longer supported
This commit is contained in:
parent
fa01b019ed
commit
b1657a8735
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user