File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 PYTHONASYNCIODEBUG : " 1"
8989 run : |
9090 poetry run pytest -vv -rA --maxfail=1 --capture=tee-sys \
91- -o faulthandler_timeout=300 - -durations=25 \
91+ --durations=25 \
9292 tests/test_core/ \
9393 --ignore=tests/test_core/test_synthesizer/ \
9494 --ignore=tests/test_core/test_datasets/
@@ -110,11 +110,11 @@ jobs:
110110 - name : Run dev tests (with secrets)
111111 if : ${{ env.OPENAI_API_KEY != '' }}
112112 run : |
113- poetry run pytest -vv -rA --maxfail=1 --capture=tee-sys -o faulthandler_timeout=300 \
113+ poetry run pytest -vv -rA --maxfail=1 --capture=tee-sys \
114114 tests/test_core/test_synthesizer/ tests/test_core/test_datasets/
115115
116116 - name : Run dev tests (no secrets)
117117 if : ${{ env.OPENAI_API_KEY == '' }}
118118 run : |
119- poetry run pytest -vv -rA --maxfail=1 --capture=tee-sys -o faulthandler_timeout=300 \
119+ poetry run pytest -vv -rA --maxfail=1 --capture=tee-sys \
120120 tests/test_core/test_datasets/
You can’t perform that action at this time.
0 commit comments