update makefiles

This commit is contained in:
Chester Curme 2025-05-21 09:26:33 -04:00
parent 82a7f11c32
commit 7285b173b8
2 changed files with 2 additions and 3 deletions

View File

@ -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)

View 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)