Skip to content

Commit 9b54fc1

Browse files
authored
fix(test): remove mock package test dependancy (#390)
1 parent ff6a047 commit 9b54fc1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: gtts/tests/test_tts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
import os
33
import pytest
4-
from mock import Mock
4+
from unittest.mock import Mock
55
from six.moves import urllib
66

77
from gtts.tts import gTTS, gTTSError

Diff for: pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ tests = [
4646
"pytest ~= 7.1.3",
4747
"pytest-cov",
4848
"testfixtures",
49-
"mock"
5049
]
5150
docs = [
5251
"sphinx",

0 commit comments

Comments
 (0)