@@ -162,10 +162,6 @@ jobs:
162
162
cfg_file : ${{ inputs.cfg_file }}
163
163
pip_installs : ${{ inputs.pip_installs }}
164
164
165
- # - name: Lint with flake8
166
- # if: ${{ matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true' }}
167
- # run: flake8 ${{ inputs.flake8-packages }}
168
-
169
165
- name : Lint with pylint
170
166
if : ${{ matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true' }}
171
167
uses : SpiNNakerManchester/SupportScripts/actions/pylint@main
@@ -176,22 +172,4 @@ jobs:
176
172
rcfile : ${{ inputs.rcfile }}
177
173
language : en_GB
178
174
179
- # - name: Lint with mypy
180
- # if: ${{ (matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true') && inputs.mypy-packages != '' }}
181
- # run: mypy --python-version ${{ matrix.python-version }} ${{ inputs.mypy-packages }}
182
-
183
- # - name: Lint with mypy using disallow-untyped-def
184
- # if: ${{ (matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true') && inputs.mypy-full-packages != '' }}
185
- # run: mypy --python-version ${{ matrix.python-version }} --disallow-untyped-defs ${{ inputs.mypy-full-packages }}
186
-
187
- - name : Test with pytest
188
- if : ${{ (matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true') && inputs.test_directories != ''}}
189
- uses : SpiNNakerManchester/SupportScripts/actions/pytest@main
190
- with :
191
- tests : ${{ inputs.test_directories }}
192
- env :
193
- SPALLOC_USER : ${{ secrets.SPALLOC_USER }}
194
- SPALLOC_PASSWORD : ${{ secrets.SPALLOC_PASSWORD }}
195
- # Tests using ping won't work in Github Actions because of system config
196
- SKIP_PING_TESTS : true
197
175
0 commit comments