Skip to content

Commit

Permalink
Use unittest.mock instead of mock (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
davide125 authored Dec 5, 2023
1 parent 963586e commit 6bf156b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
codecov
coverage
flake8>=3.8.0
mock
pytest
pytest-cov
pytest-sugar
Expand Down
2 changes: 1 addition & 1 deletion test/test_wordcloud_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import wordcloud as wc
from wordcloud import wordcloud_cli as cli

from mock import patch
from unittest.mock import patch
import pytest

import matplotlib
Expand Down

0 comments on commit 6bf156b

Please sign in to comment.