Skip to content

fix(deps): add fakeredis for pod lock manager tests#21281

Merged
jquinter merged 1 commit intomainfrom
fix/add-fakeredis-dependency
Feb 16, 2026
Merged

fix(deps): add fakeredis for pod lock manager tests#21281
jquinter merged 1 commit intomainfrom
fix/add-fakeredis-dependency

Conversation

@jquinter
Copy link
Contributor

Summary

Adds fakeredis to dev dependencies to fix import error in test_e2e_pod_lock_manager.py.

Problem

The test file tests/proxy_unit_tests/test_e2e_pod_lock_manager.py imports fakeredis but it was never declared as a dev dependency, causing the following error when the test module is loaded:

ModuleNotFoundError: No module named 'fakeredis'

Solution

Added fakeredis = "^2.27.1" to [tool.poetry.group.dev.dependencies] in pyproject.toml.

Related

This is a pre-existing issue that was exposed by better test coverage/organization in PR #21277, but is not caused by that PR. This PR fixes the issue at its source.

🤖 Generated with Claude Code

The test file test_e2e_pod_lock_manager.py requires fakeredis but it was
not declared as a dev dependency, causing import errors when the test
module is loaded.

This is a pre-existing issue that was exposed by better test coverage in
PR 21277 but is not caused by that PR.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Feb 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment Feb 15, 2026 11:34pm

Request Review

@jquinter jquinter merged commit 5be76dc into main Feb 16, 2026
17 of 23 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.

1 participant