Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Drop mock dep, use unittest.mock #213

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

singingwolfboy
Copy link
Contributor

unittest.mock has been in the Python standard library since Python 3.3, and this project only supports Python 3.4 and above. The mock package is identical to unittest.mock in the standard library -- in fact, it only still exists as a backport for earlier versions of Python (before 3.3).

@Evolution0 Evolution0 merged commit 6389e48 into iheanyi:master Sep 13, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants