Skip to content

fix: Move pytest-cov to dev dependencies - #219

Merged
NaffanDroo merged 2 commits into
mainfrom
claude/github-issue-84-8j4vm9
Aug 16, 2026
Merged

fix: Move pytest-cov to dev dependencies#219
NaffanDroo merged 2 commits into
mainfrom
claude/github-issue-84-8j4vm9

Conversation

@NaffanDroo

Copy link
Copy Markdown
Collaborator

Summary

  • pytest-cov was listed as a main dependency, but it's only used for running tests, so it belongs in the dev dependency group.
  • Moved it via poetry remove pytest-cov + poetry add --group dev pytest-cov, which also updated poetry.lock.

Closes #84

Test plan

  • poetry.lock regenerated by Poetry and consistent with pyproject.toml
  • pytest-cov now appears under [tool.poetry.group.dev.dependencies] only

🤖 Generated with Claude Code


Generated by Claude Code

pytest-cov is only used for running tests, so it belongs in the dev
dependency group rather than the main dependencies.
pytest-cov is only used for running tests, so it belongs in the dev
dependency group rather than the main dependencies.
@github-actions

Copy link
Copy Markdown
Contributor

☂️ Code Coverage

current status: ✅

Overall Coverage

Statements Covered Coverage Threshold Status
3 3 100% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 42e6c95 by action🐍

@NaffanDroo NaffanDroo changed the title Move pytest-cov to dev dependencies fix: Move pytest-cov to dev dependencies Aug 16, 2026
@NaffanDroo
NaffanDroo merged commit 0754609 into main Aug 16, 2026
6 checks passed
@NaffanDroo
NaffanDroo deleted the claude/github-issue-84-8j4vm9 branch August 16, 2026 14:34
NaffanDroo added a commit that referenced this pull request Aug 16, 2026
* Move pytest-cov to dev dependencies

pytest-cov is only used for running tests, so it belongs in the dev
dependency group rather than the main dependencies.

* Move pytest-cov to dev dependencies

pytest-cov is only used for running tests, so it belongs in the dev
dependency group rather than the main dependencies.
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.

Move pytest-cov to dev deps

1 participant