Skip to content

Commit cc90239

Browse files
committed
aioredis 1.3.1
1 parent 64fb7c7 commit cc90239

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tcsocket/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ SQLAlchemy==1.3.23
22
aiodns==2.0.0
33
aiohttp==3.7.4.post0
44
aiopg==1.1.0
5+
aioredis==1.3.1
56
arq==0.21
67
boto3==1.17.62
78
cchardet==2.1.7

tests/test_appointments_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ async def test_clear_apts(cli, db_conn, company):
216216
start=datetime(2032, 1, 1, 12, 0, 0) + timedelta(days=i + 1),
217217
finish=datetime(2032, 1, 1, 13, 0, 0) + timedelta(days=i + 1),
218218
),
219-
service_extra=dict(id=2)
219+
service_extra=dict(id=2),
220220
)
221221

222222
assert 21 == await count(db_conn, sa_appointments)

0 commit comments

Comments
 (0)