Skip to content

Commit

Permalink
update to postgres 16.1 and remove unused Mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Faber committed Dec 10, 2023
1 parent 56bb802 commit 7538110
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- "5005:80"

postgres:
image: postgres:9.6
image: postgres:16.1
environment:
- POSTGRES_USER=allocation
- POSTGRES_PASSWORD=abc123
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_uow.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import time
import traceback
from typing import List
from unittest.mock import Mock
import pytest
from allocation.domain import model
from allocation.service_layer import unit_of_work
Expand Down

0 comments on commit 7538110

Please sign in to comment.