Closed tleeuwenburg closed 11 years ago
Mock is only a dependency for the test suite, so it's in requirements_dev.txt rather than the base setup file -- it isn't needed to install the tool. However, good catch on the provided package.
Committed in 318f9a5abea96c6d0ce3e3c5014a0703fb665a13
So I'm not a distribute expert, but...
-- Need to add the cricket.unittest as a provided package -- Need to add the 'mock' module as a package dependency (see unittest.loader.ModuleImportFailure.tests.test_models)