Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/claude-code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test tests:
uv run --group test pytest --disable-socket --allow-unix-socket $(TEST_FILE)

integration_test integration_tests:
uv run --group test --group test_integration pytest --retries 3 --retry-delay 1 $(TEST_FILE)
uv run --group test --group test_integration pytest $(TEST_FILE)

check_imports: $(shell find langchain_claude_code -name '*.py')
uv run --all-groups python ./scripts/check_imports.py $^
Expand Down