Skip to content

Commit 41e9342

Browse files
committed
Remove irctest
1 parent 951c03b commit 41e9342

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/test-windows.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,3 @@ jobs:
3333
run: |
3434
supybot-test test -v --plugins-dir=./plugins/ --no-network --exclude="*Fediverse" --exclude="*GPG" --exclude="*RSS"
3535
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

Comments
 (0)