Skip to content

Commit ffa745c

Browse files
ref: does patched pytest survive?
1 parent 8acf269 commit ffa745c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/backend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ jobs:
106106

107107
- name: Run backend test (${{ steps.setup.outputs.matrix-instance-number }} of ${{ steps.setup.outputs.matrix-instance-total }})
108108
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
109111
make test-python-ci
112+
patch -R .venv/lib/python3.12/site-packages/_pytest/fixtures.py patch.pytest
110113
111114
- name: Collect test data
112115
uses: ./.github/actions/collect-test-data

0 commit comments

Comments
 (0)