Skip to content

Commit f1814dd

Browse files
committed
fix: disable unraisable plugin in runtimes test job
1 parent eccea06 commit f1814dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/runtimes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pip install pytest pytest-asyncio cloudpickle
3434
3535
- name: Run task runner tests
36-
run: pytest tests/test_apps/test_tasks.py tests/test_apps/test_task_runner_http.py -q -o addopts=""
36+
run: pytest tests/test_apps/test_tasks.py tests/test_apps/test_task_runner_http.py -q -o addopts="" -p no:unraisableexception
3737

3838
build-task-cpu:
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)