Skip to content

Commit f064f8f

Browse files
test: add unified Redis adapter BDD tests for mock and container
1 parent 5e2141e commit f064f8f

5 files changed

Lines changed: 36 additions & 34 deletions

File tree

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROMETHEUS__IS_ENABLED=true
3232
PROMETHEUS__SERVER_PORT=8200
3333

3434
# Redis Configuration
35-
REDIS__IMAGE=redis:8.4.0-alpine
35+
REDIS__IMAGE=redis:8.6.1-alpine
3636
REDIS__MASTER_HOST=localhost:6379
3737
REDIS__DATABASE=0
3838
REDIS__PASSWORD=test_password

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jwt = ["pyjwt>=2.11.0"]
3232
kafka = ["confluent-kafka>=2.13.0"]
3333
kavenegar = ["kavenegar>=1.1.2"]
3434
keycloak = ["python-keycloak>=7.1.1", "cachetools>=7.0.1", "async-lru>=2.2.0"]
35-
minio = ["boto3>=1.42.55", "cachetools>=7.0.1", "async-lru>=2.2.0"]
35+
minio = ["boto3>=1.42.56", "cachetools>=7.0.1", "async-lru>=2.2.0"]
3636
parsian-ipg = ["zeep>=4.3.2", "requests[socks]>=2.32.5"]
3737
postgres = ["psycopg[binary,pool]>=3.3.3"]
3838
prometheus = ["prometheus-client>=0.24.1"]
3939
redis = ["redis[hiredis]>=7.2.0"]
4040
scheduler = ["apscheduler>=3.11.2"]
4141
scylladb = ["scylla-driver>=3.29.8", "lz4>=4.4.5", "cachetools>=7.0.1", "async-lru>=2.2.0"]
4242
sentry = ["sentry-sdk>=2.53.0"]
43-
sqlalchemy = ["sqlalchemy>=2.0.46"]
44-
sqlalchemy-async = ["sqlalchemy[asyncio]>=2.0.46"]
43+
sqlalchemy = ["sqlalchemy>=2.0.47"]
44+
sqlalchemy-async = ["sqlalchemy[asyncio]>=2.0.47"]
4545
starrocks = ["starrocks>=1.3.3", "pymysql>=1.1.2"]
4646
starrocks-async = ["starrocks>=1.3.3", "aiomysql>=0.3.2", "asyncmy>=0.2.11"]
4747
temporalio = ["temporalio>=1.23.0"]

uv.lock

Lines changed: 32 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)