We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa921ed + babc1ba commit 503d4d3Copy full SHA for 503d4d3
2 files changed
.github/workflows/python_checks.yml
@@ -315,6 +315,9 @@ jobs:
315
cfg-file: ${{ inputs.cfg-file }}
316
pip-installs: ${{ inputs.pip-installs }}
317
318
+ - name: Pip cap
319
+ run: pip install pytest!=9.0.0 -U
320
+
321
- name: Test with pytest
322
if: ${{ inputs.test-directories != ''}}
323
env:
actions/pytest/action.yml
@@ -60,6 +60,7 @@ runs:
60
steps:
61
- name: install pytest
62
run: |
63
+ python -m pip install pytest!=9.0.0 -U
64
python -m pip install pytest-timeout pytest-forked pytest-progress
65
shell: bash
66
- name: Run tests
0 commit comments