Skip to content

Commit

Permalink
fix(test): remove mock package test dependancy (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
pndurette committed Jan 13, 2023
1 parent ff6a047 commit 9b54fc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gtts/tests/test_tts.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import os
import pytest
from mock import Mock
from unittest.mock import Mock
from six.moves import urllib

from gtts.tts import gTTS, gTTSError
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ tests = [
"pytest ~= 7.1.3",
"pytest-cov",
"testfixtures",
"mock"
]
docs = [
"sphinx",
Expand Down

0 comments on commit 9b54fc1

Please sign in to comment.