Skip to content

fix: scope make test to core tests#1495

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

fix: scope make test to core tests#1495
mturac wants to merge 1 commit into
getzep:mainfrom
mturac:fix/issue-1180-make-test-target

Conversation

@mturac
Copy link
Copy Markdown

@mturac mturac commented May 16, 2026

Summary

  • limit the Makefile test target to the repository core tests directory
  • avoid collecting mcp_server/tests from the root pytest run
  • keep the existing non-integration marker and backend disable flags unchanged

Closes #1180

Test plan

  • make -n test
  • DISABLE_FALKORDB=1 DISABLE_KUZU=1 DISABLE_NEPTUNE=1 uv run pytest tests/ -m "not integration" --collect-only -q

The collect-only run no longer reaches the reported mcp_server/tests import error. It stops later in this local environment on optional dependency setup for sentence_transformers/torch and voyageai.

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