1 parent d43edf7 commit ddd2eeaCopy full SHA for ddd2eea
1 file changed
.github/workflows/test.yml
@@ -71,14 +71,14 @@ jobs:
71
72
- name: Install
73
run: |
74
- LIMNORIA_WARN_OLD_PYTHON=0 pip install .
+ pip install .
75
76
- name: Test with unittest
77
78
supybot-test test -v --plugins-dir=./plugins/ --no-network
79
80
- name: Test with irctest
81
- if: "${{ matrix.with-opt-deps && matrix.python-version != '3.7' && matrix.python-version != 'pypy-3.7' && matrix.python-version != 'pypy-3.9' }}"
+ if: "${{ matrix.with-opt-deps && matrix.python-version != 'pypy-3.9' }}"
82
83
git clone https://github.com/progval/irctest.git
84
cd irctest
0 commit comments