We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccea06 commit f1814ddCopy full SHA for f1814dd
1 file changed
.github/workflows/runtimes.yml
@@ -33,7 +33,7 @@ jobs:
33
pip install pytest pytest-asyncio cloudpickle
34
35
- 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=""
+ run: pytest tests/test_apps/test_tasks.py tests/test_apps/test_task_runner_http.py -q -o addopts="" -p no:unraisableexception
37
38
build-task-cpu:
39
runs-on: ubuntu-latest
0 commit comments