Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 25f44d0

Browse files
ci: Fix CI test failures
Add missing test dependencies to requirements-test.txt: - pytest-cov>=4.0.0 (for coverage reporting) - pytest-mock>=3.10.0 (for mock fixtures) Add missing __init__.py to tests/core/ package Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent a31c6f8 commit 25f44d0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

requirements-test.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
pytest
2-
coverage
1+
pytest>=7.0.0
2+
pytest-cov>=4.0.0
3+
pytest-mock>=3.10.0
4+
coverage>=7.0.0
35
mock

tests/core/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)