package dependencies
tleeuwenburg opened this issue · 2 comments
tleeuwenburg commented
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)
freakboy3742 commented
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.
freakboy3742 commented
Committed in 318f9a5abea96c6d0ce3e3c5014a0703fb665a13