mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
hotfix(ci): remove nobenchmark flag (#36959)
This commit is contained in:
@@ -25,7 +25,7 @@ test tests:
|
||||
TIKTOKEN_CACHE_DIR=tiktoken_cache uv run --group test pytest $(PYTEST_EXTRA) --disable-socket --allow-unix-socket $(TEST_FILE)
|
||||
|
||||
integration_test integration_tests:
|
||||
uv run --group test --group test_integration pytest -v --tb=short -p no:benchmark -n auto $(TEST_FILE)
|
||||
uv run --group test --group test_integration pytest -v --tb=short -n auto $(TEST_FILE)
|
||||
|
||||
# Run VCR cassette-backed integration tests in playback-only mode (no API keys needed).
|
||||
# Catches stale cassettes caused by test input changes without re-recording.
|
||||
|
||||
Reference in New Issue
Block a user