tests: removed docker-compose tests and moved instead to fakeredis and mongomock

This commit is contained in:
2025-02-10 17:54:27 +01:00
parent cce7712bb0
commit ca3f5f91b5
16 changed files with 1302 additions and 248 deletions

View File

@ -33,7 +33,8 @@ dev = [
"pytest-random-order~=1.1",
"pytest-timeout~=2.2",
"pytest~=8.0",
"pytest-docker",
"fakeredis",
"mongomock~=4.3",
"isort~=5.13, >=5.13.2",
"pytest-asyncio",
]