1 parent 951c03b commit 41e9342Copy full SHA for 41e9342
1 file changed
.github/workflows/test-windows.yml
@@ -33,11 +33,3 @@ jobs:
33
run: |
34
supybot-test test -v --plugins-dir=./plugins/ --no-network --exclude="*Fediverse" --exclude="*GPG" --exclude="*RSS"
35
36
- - name: Test with irctest
37
- if: "${{ matrix.with-opt-deps && matrix.python-version != '3.7' && matrix.python-version != 'pypy-3.7' && matrix.python-version != 'pypy-3.9' }}"
38
- run: |
39
- git clone https://github.com/progval/irctest.git
40
- cd irctest
41
- pip3 install -r requirements.txt
42
- make limnoria PYTEST_ARGS=-vs
43
-
0 commit comments