Skip to content

Commit 62db04c

Browse files
authored
revert: make integration tests output verbose (#34329)
Reverts #34327
1 parent fb892ee commit 62db04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/partners/openai/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test tests:
2424
TIKTOKEN_CACHE_DIR=tiktoken_cache uv run --group test pytest --disable-socket --allow-unix-socket $(TEST_FILE)
2525

2626
integration_test integration_tests:
27-
uv run --group test --group test_integration pytest -n auto -vvv --timeout 30 $(TEST_FILE)
27+
uv run --group test --group test_integration pytest -n auto $(TEST_FILE)
2828

2929
test_watch:
3030
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)

0 commit comments

Comments
 (0)