Missing test Mako test dependency.

Merged
#19 · Created  · Last updated

Merged pull request

Merge branch 'mako-test-dependency' of https://bitbucket.org/wichert/dogpile.cache/branch/mako-test-dependency

033be90·Author: ·Closed by: ·2014-06-13

Description

When I try to run the dogpile.cache tests I get an error:

====================================================================== ERROR: test_entry_point (tests.cache.test_mako.MakoTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/wichert/hgappstore/api/src/dogpile.cache/tests/cache/test_mako.py", line 16, in test_entry_point impl.load() File "/Users/wichert/hgappstore/api/src/dogpile.cache/lib/python2.7/site-packages/pkg_resources.py", line 2048, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/Users/wichert/hgappstore/api/src/dogpile.cache/dogpile/cache/plugins/mako_cache.py", line 44, in <module> from mako.cache import CacheImpl ImportError: No module named mako.cache

This pull requests adds Mako to test_requires to fix this.

0 attachments

0 comments

Loading commits...