Skip to content

Commit

Permalink
Remove mock dependency (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed May 14, 2024
1 parent 72a0353 commit 994b7fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
mock==4.0.3
coverage==7.5.1
black==24.4.2
flake8==7.0.0
Expand Down
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import datetime
import unittest
import os.path
from unittest.mock import patch
import uuid

import freezegun
Expand All @@ -9,7 +10,6 @@
import boto3
from botocore.exceptions import ParamValidationError
from botocore.stub import Stubber
from mock import patch
from envs import env
import requests
import requests_mock
Expand Down

0 comments on commit 994b7fc

Please sign in to comment.