Skip to content

Commit 1abaa70

Browse files
committed
remove lots
1 parent 0533621 commit 1abaa70

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/python_checks.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ jobs:
162162
cfg_file: ${{ inputs.cfg_file }}
163163
pip_installs: ${{ inputs.pip_installs }}
164164

165-
#- name: Lint with flake8
166-
# if: ${{ matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true' }}
167-
# run: flake8 ${{ inputs.flake8-packages }}
168-
169165
- name: Lint with pylint
170166
if: ${{ matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true' }}
171167
uses: SpiNNakerManchester/SupportScripts/actions/pylint@main
@@ -176,22 +172,4 @@ jobs:
176172
rcfile: ${{ inputs.rcfile }}
177173
language: en_GB
178174

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
197175

0 commit comments

Comments
 (0)