Skip to content

Commit 503d4d3

Browse files
authored
Merge pull request #92 from SpiNNakerManchester/pytest_cap
pip install pytest!=9.0.0 -U
2 parents aa921ed + babc1ba commit 503d4d3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python_checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,9 @@ jobs:
315315
cfg-file: ${{ inputs.cfg-file }}
316316
pip-installs: ${{ inputs.pip-installs }}
317317

318+
- name: Pip cap
319+
run: pip install pytest!=9.0.0 -U
320+
318321
- name: Test with pytest
319322
if: ${{ inputs.test-directories != ''}}
320323
env:

actions/pytest/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ runs:
6060
steps:
6161
- name: install pytest
6262
run: |
63+
python -m pip install pytest!=9.0.0 -U
6364
python -m pip install pytest-timeout pytest-forked pytest-progress
6465
shell: bash
6566
- name: Run tests

0 commit comments

Comments
 (0)