We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acf269 commit ffa745cCopy full SHA for ffa745c
.github/workflows/backend.yml
@@ -106,7 +106,10 @@ jobs:
106
107
- name: Run backend test (${{ steps.setup.outputs.matrix-instance-number }} of ${{ steps.setup.outputs.matrix-instance-total }})
108
run: |
109
+ curl https://github.com/pytest-dev/pytest/commit/964b5f98d050feeacbc22e4cac8b4e6426bd86af.diff | head -49 | tail -42 > patch.pytest
110
+ patch .venv/lib/python3.12/site-packages/_pytest/fixtures.py patch.pytest
111
make test-python-ci
112
+ patch -R .venv/lib/python3.12/site-packages/_pytest/fixtures.py patch.pytest
113
114
- name: Collect test data
115
uses: ./.github/actions/collect-test-data
0 commit comments