Skip to content

Commit 7538110

Browse files
committed
update to postgres 16.1 and remove unused Mock
1 parent 56bb802 commit 7538110

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
- "5005:80"
5252

5353
postgres:
54-
image: postgres:9.6
54+
image: postgres:16.1
5555
environment:
5656
- POSTGRES_USER=allocation
5757
- POSTGRES_PASSWORD=abc123

tests/integration/test_uow.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import time
44
import traceback
55
from typing import List
6-
from unittest.mock import Mock
76
import pytest
87
from allocation.domain import model
98
from allocation.service_layer import unit_of_work

0 commit comments

Comments
 (0)