fix(ci): disable faulthandler to prevent pytest hang
pytest completes all tests but process never exits in GitLab CI. Disabling the faulthandler plugin fixes this. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ test:
|
|||||||
- pip install uv
|
- pip install uv
|
||||||
script:
|
script:
|
||||||
- uv sync
|
- uv sync
|
||||||
- uv run pytest web/tests/ -x -q
|
- uv run pytest web/tests/ -x -q -p no:faulthandler
|
||||||
- uv run ruff check web/src/ web/tests/
|
- uv run ruff check web/src/ web/tests/
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == "master"
|
- if: $CI_COMMIT_BRANCH == "master"
|
||||||
|
|||||||
Reference in New Issue
Block a user