Skip to content

Commit

Permalink
aioredis 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alextford11 committed Aug 2, 2021
1 parent 64fb7c7 commit cc90239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tcsocket/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SQLAlchemy==1.3.23
aiodns==2.0.0
aiohttp==3.7.4.post0
aiopg==1.1.0
aioredis==1.3.1
arq==0.21
boto3==1.17.62
cchardet==2.1.7
Expand Down
2 changes: 1 addition & 1 deletion tests/test_appointments_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ async def test_clear_apts(cli, db_conn, company):
start=datetime(2032, 1, 1, 12, 0, 0) + timedelta(days=i + 1),
finish=datetime(2032, 1, 1, 13, 0, 0) + timedelta(days=i + 1),
),
service_extra=dict(id=2)
service_extra=dict(id=2),
)

assert 21 == await count(db_conn, sa_appointments)
Expand Down

0 comments on commit cc90239

Please sign in to comment.