Skip to content
Open
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
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Documentation = "https://github.com/rubakas/agent-notes/tree/main/docs"

[project.optional-dependencies]
dev = ["pytest>=7.0"]
graph = ["graphifyy>=0.7.0"]

[project.scripts]
agent-notes = "agent_notes.cli:main"
Expand All @@ -56,5 +57,6 @@ markers = [
"requires_network: test needs internet — deselect from default suite",
"requires_clean_repo: test needs a clean working tree — deselect from default suite",
"requires_build: test needs python -m build (wheel build) — deselect from default suite",
"requires_graphify: test needs graphifyy installed — deselect from default suite",
]
addopts = "-m 'not requires_network and not requires_clean_repo and not requires_build'"
addopts = "-m 'not requires_network and not requires_clean_repo and not requires_build and not requires_graphify'"