From d986a05e2a5259c1d72ee403a7b1c9da9ca3a321 Mon Sep 17 00:00:00 2001 From: Nicolas Borges Date: Fri, 24 Apr 2026 12:35:42 -0400 Subject: [PATCH] fix: add pytest-rerunfailures to integ test config --- .github/workflows/integration-testing-regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-testing-regression.yml b/.github/workflows/integration-testing-regression.yml index cd9a9050..4d65268e 100644 --- a/.github/workflows/integration-testing-regression.yml +++ b/.github/workflows/integration-testing-regression.yml @@ -218,7 +218,7 @@ jobs: - name: Install test dependencies run: | pip install --no-cache-dir \ - pytest pytest-xdist pytest-order \ + pytest pytest-xdist pytest-order pytest-rerunfailures \ requests strands-agents uvicorn httpx starlette websockets \ ${{ matrix.extra-deps }}