Skip to content

fix: scope make test to core test suite - #1694

Open
jatinder14 wants to merge 1 commit into
getzep:mainfrom
jatinder14:fix/1180-make-test-target
Open

fix: scope make test to core test suite#1694
jatinder14 wants to merge 1 commit into
getzep:mainfrom
jatinder14:fix/1180-make-test-target

Conversation

@jatinder14

@jatinder14 jatinder14 commented Jul 27, 2026

Copy link
Copy Markdown

Summary

Test plan

  • make -n test
  • DISABLE_FALKORDB=1 DISABLE_KUZU=1 DISABLE_NEPTUNE=1 uv run pytest tests/helpers_test.py -m \"not integration\"
  • full make test suite, which began tests/cross_encoder/test_bge_reranker_client_int.py and did not complete in the local environment

Avoid collecting the MCP server test package through the root test target,
which fails due to its separate test package layout. This keeps `make test`
usable for the repository's core test suite.

Co-authored-by: Cursor <cursoragent@cursor.com>
@jatinder14

Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

Email: jatinder14122000@gmail.com

@zep-cla-assistant

zep-cla-assistant Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@jatinder14
jatinder14 force-pushed the fix/1180-make-test-target branch from 685278f to 98206f5 Compare July 28, 2026 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] The test target in make fails

1 participant