Skip to content

Commit 3a5814c

Browse files
committed
Try switching to unreleased pytest 8.4 in the hopes of understanding a test failure on main.
1 parent 372a70d commit 3a5814c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
run: uv sync --all-groups
3636

3737
- name: Run tests
38-
run: pytest
38+
run: |
39+
# Temporary workaround for a pytest failure.
40+
uv pip install git+https://github.com/pytest-dev/pytest@main
41+
pytest
3942
env:
4043
COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
4144
COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 }}

0 commit comments

Comments
 (0)