mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-16 21:50:41 +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
|
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' && 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: |
|
run: |
|
||||||
git clone https://github.com/ProgVal/irctest.git
|
git clone https://github.com/progval/irctest.git
|
||||||
cd irctest
|
cd irctest
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
make limnoria PYTEST_ARGS=-vs
|
make limnoria PYTEST_ARGS=-vs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user