Skip to content

Commit 0ad11f8

Browse files
vdusekclaude
andcommitted
ci: Reduce unit tests concurrency from 2 to 1
Our tests are unstable and flaky when running with pytest numprocesses > 1, especially on Windows and macOS. This change reduces concurrency to 1 to determine if the instability is caused by parallel execution or if there are underlying issues in the code/tests. If we want higher concurrency in the future, we must properly address the root cause of test instability rather than masking it with parallel execution. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent f895b11 commit 0ad11f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
operating_systems: '["ubuntu-latest", "windows-latest", "macos-latest"]'
1818
python_version_for_codecov: "3.14"
1919
operating_system_for_codecov: ubuntu-latest
20-
tests_concurrency: "2"
20+
tests_concurrency: "1"

0 commit comments

Comments
 (0)