-
Notifications
You must be signed in to change notification settings - Fork 54
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
require unittest.mock instead of mock #54
Comments
Hi! I'm packaging this project for Arch Linux and would also very much like to see this happen. In general it would be advisable to not support versions outside of the officially supported Python versions though, as that guarantees an easier handling of these types of dependencies (by removing them). |
git-svn-id: file:///srv/repos/svn-community/svn@1347287 9fca08f4-af9d-4005-b8df-a31f2cc04f65
git-svn-id: file:///srv/repos/svn-community/svn@1347287 9fca08f4-af9d-4005-b8df-a31f2cc04f65
@vstoykov @matthewwithanm ping |
Fixed in #71 |
Fix #54 use unittest.mock instead of mock
Could you please consider to use unittest.mock instead of mock, as fallback at least?
The text was updated successfully, but these errors were encountered: