Skip to content

deps: add graphify optional extra#14

Open
LIghtJUNction wants to merge 1 commit into
rubakas:mainfrom
LIghtJUNction:deps/add-graphify-extra
Open

deps: add graphify optional extra#14
LIghtJUNction wants to merge 1 commit into
rubakas:mainfrom
LIghtJUNction:deps/add-graphify-extra

Conversation

@LIghtJUNction

Copy link
Copy Markdown

Summary

  • add the graph optional dependency extra with graphifyy>=0.7.0
  • register a requires_graphify pytest marker
  • exclude Graphify-marked tests from the default pytest marker expression

Closes #6.

Validation

  • python -c "import tomllib; data=tomllib.load(open(\"pyproject.toml\",\"rb\")); assert data[\"project\"][\"optional-dependencies\"][\"graph\"]==[\"graphifyy>=0.7.0\"]; assert \"requires_graphify\" in data[\"tool\"][\"pytest\"][\"ini_options\"][\"addopts\"]; assert any(m.startswith(\"requires_graphify:\") for m in data[\"tool\"][\"pytest\"][\"ini_options\"][\"markers\"]); print(\"pyproject graph extra and marker ok\")"
  • python -c "import agent_notes; print(\"agent_notes import ok\")"
  • git diff --check

Note: python -m pytest -q could not run in my local environment because pytest is not installed (No module named pytest).

Copilot AI review requested due to automatic review settings June 14, 2026 22:22

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

Add graphifyy optional dependency and pytest marker

2 participants