Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Remove dependency on separate mock package #11

Merged
merged 1 commit into from
Nov 12, 2020

Conversation

bnavigator
Copy link
Contributor

You can use unittest.mock from the standard library directly in Python >3.3, no need to depend on the package

You can use unittest.mock from the standard library directly in Python >3.3, no need to depend on the package
@andfoy andfoy added this to the v0.1.2 milestone Nov 12, 2020
@andfoy
Copy link
Member

andfoy commented Nov 12, 2020

Thanks @bnavigator for this PR!

@andfoy andfoy merged commit 117a52c into spyder-ide:master Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants