Skip to content

[Testing] Fix requirements-ci.txt missing dependenciesΒ #804

Description

@sr-857

Problem

The requirements-ci.txt file may be missing dependencies required for CI testing, causing import errors or test failures.

File Location

src/config/requirements-ci.txt

Required Dependencies

  • pytest
  • pytest-asyncio
  • pytest-cov
  • httpx
  • docker
  • pytest-benchmark (for performance tests)
  • pytest-timeout
  • All production dependencies

Tasks

  • Audit all test imports
  • Add missing test dependencies
  • Pin versions for reproducibility
  • Test installation in clean environment

Acceptance Criteria

  • All tests can import required modules
  • No ModuleNotFoundError in CI
  • Dependency installation succeeds

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions