Skip to content

Add pytest-timeout to dev dependencies#56

Merged
chrislyonsKY merged 1 commit intomainfrom
claude/fix-ci-failure-vx5WB
Apr 8, 2026
Merged

Add pytest-timeout to dev dependencies#56
chrislyonsKY merged 1 commit intomainfrom
claude/fix-ci-failure-vx5WB

Conversation

@chrislyonsKY
Copy link
Copy Markdown
Owner

Summary

  • Add pytest-timeout>=2.2 to the dev optional dependency group in pyproject.toml
  • The integration CI job uses --timeout=120 which requires the pytest-timeout package, but it was missing from the dev dependencies, causing the job to fail with unrecognized arguments: --timeout=120

Test plan

  • Verify the integration CI job (pytest tests/ -m "integration" -v --timeout=120) no longer fails with an unrecognized argument error
  • Verify pip install -e ".[dev]" installs pytest-timeout

https://claude.ai/code/session_017fVjWc5uFANtp2AkWmcDox

The integration CI job uses `--timeout=120` which requires the
pytest-timeout package, but it was missing from the dev dependency group.

https://claude.ai/code/session_017fVjWc5uFANtp2AkWmcDox
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@chrislyonsKY chrislyonsKY merged commit 3bca018 into main Apr 8, 2026
15 checks passed
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.

3 participants