Fix DeprecationWarning '@pytest.fixture'

This commit is contained in:
Serhii Charykov 2022-05-01 17:03:05 +03:00
parent 00ed537fca
commit 490fcec1a7
8 changed files with 64 additions and 16 deletions

View file

@ -2,6 +2,7 @@ import os
import aioredis
URL = os.environ.get("REDIS_OM_URL", None)