Skip to content

Commit e50df47

Browse files
yatharthclaude
andcommitted
fix: add test dependencies to cogames release workflow (#5968)
- Add test optional dependency group to cogames pyproject.toml - Install cogames with [test,agents] extras in CI to fix: - Missing ruff binary (19 test failures in docsync tests) - Missing cogames_agents module (2 test failures in scripted policy tests) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a1f2c12 commit e50df47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dynamic = ["version"]
3535

3636
[project.optional-dependencies]
3737
agents = ["cogames-agents>=0.0.1"]
38+
test = ["pytest", "pytest-xdist", "ruff", "cogames-agents>=0.0.1"]
3839

3940
[project.scripts]
4041
cogames = "cogames.main:app"

0 commit comments

Comments
 (0)