Results 2 comments of Niyaz

I was able to inject fakeredis this way: ```python from fakeredis import FakeServer from fakeredis.aioredis import FakeConnection from redis.asyncio.connection import ConnectionPool @pytest.fixture async def arq_redis(): arq_redis = ArqRedis( connection_pool=ConnectionPool( server=FakeServer(),...

I confirm that the issue is due to incorrect permissions on the private key. docker-machine should set the correct permissions on keys while creating machine. Until this is fixed, set...