From 0417c622c2fbec80aeef79ce20e40fbbde057c4a Mon Sep 17 00:00:00 2001 From: Max Schettler Date: Thu, 13 Aug 2026 13:01:18 +0200 Subject: [PATCH 1/2] [TESTING] Add instrumentation to understand slow integration test timings --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71083bc0d..1e157ed60 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,4 +72,4 @@ jobs: - name: Run slow integration tests run: tox run -e integration-slow env: - PYTEST_ADDOPTS: -v + PYTEST_ADDOPTS: -v --durations=0 --durations-min=0 From 13ad729837721ef3f509bdd85f9c8726bc5b39b8 Mon Sep 17 00:00:00 2001 From: Max Schettler Date: Thu, 13 Aug 2026 14:30:06 +0200 Subject: [PATCH 2/2] fixup! [TESTING] Add instrumentation to understand slow integration test timings --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e157ed60..f0ed62ad3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,6 +70,6 @@ jobs: - name: Install tox run: pip install tox - name: Run slow integration tests - run: tox run -e integration-slow + run: tox run -e integration-slow -- tests/integration/ -m slow --durations=0 --durations-min=0 env: - PYTEST_ADDOPTS: -v --durations=0 --durations-min=0 + PYTEST_ADDOPTS: -v