Bump moto version to try solve dependencies version conflict

Also update mock import statements in some test files as they
stopped working with this dependency update.
This commit is contained in:
Pea Tyczynska
2021-07-08 14:10:58 +01:00
parent 9e8682ac29
commit c28e9451d4
4 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
from collections import namedtuple
from datetime import datetime, timedelta
from unittest import mock
from unittest.mock import call
import pytest
from freezegun import freeze_time
from mock import mock
from app.celery import scheduled_tasks
from app.celery.scheduled_tasks import (