Skip to content

Commit

Permalink
ref: does patched pytest survive?
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry committed Sep 5, 2024
1 parent 8acf269 commit ffa745c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@ jobs:

- name: Run backend test (${{ steps.setup.outputs.matrix-instance-number }} of ${{ steps.setup.outputs.matrix-instance-total }})
run: |
curl https://github.com/pytest-dev/pytest/commit/964b5f98d050feeacbc22e4cac8b4e6426bd86af.diff | head -49 | tail -42 > patch.pytest
patch .venv/lib/python3.12/site-packages/_pytest/fixtures.py patch.pytest
make test-python-ci
patch -R .venv/lib/python3.12/site-packages/_pytest/fixtures.py patch.pytest
- name: Collect test data
uses: ./.github/actions/collect-test-data
Expand Down

0 comments on commit ffa745c

Please sign in to comment.