mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-30 08:12:53 +00:00
update makefiles
This commit is contained in:
parent
82a7f11c32
commit
7285b173b8
@ -14,7 +14,7 @@ test tests:
|
||||
uv run --group test pytest -vvv --disable-socket --allow-unix-socket $(TEST_FILE)
|
||||
|
||||
integration_test integration_tests:
|
||||
uv run --group test --group test_integration pytest -vvv --timeout 30 $(TEST_FILE) -k test_stream_time
|
||||
uv run --group test --group test_integration pytest -vvv --timeout 30 $(TEST_FILE) --vcr-record=none
|
||||
|
||||
test_watch:
|
||||
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)
|
||||
|
@ -24,8 +24,7 @@ test tests:
|
||||
TIKTOKEN_CACHE_DIR=tiktoken_cache uv run --group test pytest --disable-socket --allow-unix-socket $(TEST_FILE)
|
||||
|
||||
integration_test integration_tests:
|
||||
uv run --group test --group test_integration pytest -n auto $(TEST_FILE) -k test_stream_time
|
||||
# uv run python -m pytest tests/integration_tests/chat_models/test_base_standard.py::TestOpenAIStandard::test_stream_time
|
||||
uv run --group test --group test_integration pytest -n auto $(TEST_FILE) --vcr-record=none
|
||||
|
||||
test_watch:
|
||||
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)
|
||||
|
Loading…
Reference in New Issue
Block a user