[Checkins] SVN: zope.publisher/trunk/ tests were not running because zope.testing was not available. Not sure why tests_require is not working, but I am not going down that rabbit hole right now.

Hanno Schlichting hanno at hannosch.eu
Thu Jul 15 11:42:29 EDT 2010


On Thu, Jul 15, 2010 at 5:19 PM, Gary Poster <gary.poster at canonical.com> wrote:
> Log message for revision 114783:
>  tests were not running because zope.testing was not available.  Not sure why tests_require is not working, but I am not going down that rabbit hole right now.

tests_require is a feature of the setuptools test runner, aka. "python
setup.py test". The zope.testing testrunner only understands real
requirements as specified in install_requires or extra_requires.

Hanno


More information about the checkins mailing list