-
Notifications
You must be signed in to change notification settings - Fork 44
"python setup.py install" dies, "mock" can't find required version of "setuptools" #376
Comments
This problem has been seen before, e.g. testing-cabal/mock#316 (comment) , and the workaround was:
However, we believe we really don't need the "mock" package anyway. It's only referenced in Therefore, we should be able to remove that import, and remove mock from the setup.py: (diff)
This has shown no adverse effects in my testing so far on my fork https://github.com/lincolnthomas/eutester , but I'm getting an unrelated error I need to resolve before I finish my testing. Work continues. |
New issue #381 has been written for the failure I found during regression testing, which is unrelated to this change. This issue has been fixed, and no problems were found in concise and full regression tests of all python eutester tests. Making the pull request. |
@shaon or @nephomaniac is this something already taken care of in the eutester rewrite? If not can you review this change? |
Pull request #382 merged upstream, issue closed. Thanks Shaon! |
In the latest code, "python setup.py install" fails with the error:
The text was updated successfully, but these errors were encountered: