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 fb892ee commit 62db04cCopy full SHA for 62db04c
libs/partners/openai/Makefile
@@ -24,7 +24,7 @@ test tests:
24
TIKTOKEN_CACHE_DIR=tiktoken_cache uv run --group test pytest --disable-socket --allow-unix-socket $(TEST_FILE)
25
26
integration_test integration_tests:
27
- uv run --group test --group test_integration pytest -n auto -vvv --timeout 30 $(TEST_FILE)
+ uv run --group test --group test_integration pytest -n auto $(TEST_FILE)
28
29
test_watch:
30
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)
0 commit comments